svn commit: r306313 - head/sysutils/ipsc

Baptiste Daroussin bapt at FreeBSD.org
Tue Oct 23 14:16:36 UTC 2012


Author: bapt
Date: Tue Oct 23 14:16:35 2012
New Revision: 306313
URL: http://svn.freebsd.org/changeset/ports/306313

Log:
  Make build_depends line consistent with the rest of the ports tree
  
  Feature safe:	yes
  Approved by:	cy

Modified:
  head/sysutils/ipsc/Makefile

Modified: head/sysutils/ipsc/Makefile
==============================================================================
--- head/sysutils/ipsc/Makefile	Tue Oct 23 13:50:33 2012	(r306312)
+++ head/sysutils/ipsc/Makefile	Tue Oct 23 14:16:35 2012	(r306313)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	ipsc
-# Date created:		31 October 1999
-# Whom:			Jeremy Shaffner <jeremy at external.org>
-#
+# Created by: Jeremy Shaffner <jeremy at external.org>
 # $FreeBSD$
-#
 
 PORTNAME=	ipsc
 PORTVERSION=	0.4.3
@@ -14,7 +10,7 @@ DISTNAME=	${PORTNAME}_${PORTVERSION}.ori
 MAINTAINER=	cy at FreeBSD.org
 COMMENT=	An IP Subnet Calculator
 
-BUILD_DEPENDS=	${PRIPS_WRKSRC}/prips.o:${.CURDIR}/../prips:build
+BUILD_DEPENDS=	${PRIPS_WRKSRC}/prips.o:${PORTSDIR}/sysutils/prips:build
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
 


More information about the svn-ports-all mailing list