svn commit: r306189 - head/x11-toolkits/xview-clients

Baptiste Daroussin bapt at FreeBSD.org
Sat Oct 20 15:20:46 UTC 2012


Author: bapt
Date: Sat Oct 20 15:20:46 2012
New Revision: 306189
URL: http://svn.freebsd.org/changeset/ports/306189

Log:
  Fix build dependency line
  
  Feature safe:	yes

Modified:
  head/x11-toolkits/xview-clients/Makefile

Modified: head/x11-toolkits/xview-clients/Makefile
==============================================================================
--- head/x11-toolkits/xview-clients/Makefile	Sat Oct 20 15:19:15 2012	(r306188)
+++ head/x11-toolkits/xview-clients/Makefile	Sat Oct 20 15:20:46 2012	(r306189)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	xview-clients
-# Date created:         22 November 1994
-# Whom:                 ljo (orig)
-#
+# Created by: ljo (orig)
 # $FreeBSD$
-#
 
 PORTNAME=	xview-clients
 PORTVERSION=	3.2.1.4.19c
@@ -22,7 +18,7 @@ COMMENT=	OpenLook applications and man p
 CONFLICTS=	props-1.0
 
 PATCH_DEPENDS=	${NONEXISTENT}:${.CURDIR}/../xview:patch
-CONFIGURE_DEPENDS=	${NONEXISTENT}:${.CURDIR}/../xview:configure
+CONFIGURE_DEPENDS=	${NONEXISTENT}:${PORTSDIR}/x11-toolkits/xview:configure
 LIB_DEPENDS=	xview.3:${PORTSDIR}/x11-toolkits/xview
 
 USE_IMAKE=	yes


More information about the svn-ports-all mailing list