diff options
author | bapt <bapt@FreeBSD.org> | 2012-10-23 22:16:35 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-10-23 22:16:35 +0800 |
commit | dddc96f4a719c1240a9e8daf2e5b2cc3b1d02084 (patch) | |
tree | f18353919203633f349e75ef90a706a7b0f5af2f /sysutils/ipsc | |
parent | 335c7a4469ab792540edce54a6cc3a9089027950 (diff) | |
download | freebsd-ports-gnome-dddc96f4a719c1240a9e8daf2e5b2cc3b1d02084.tar.gz freebsd-ports-gnome-dddc96f4a719c1240a9e8daf2e5b2cc3b1d02084.tar.zst freebsd-ports-gnome-dddc96f4a719c1240a9e8daf2e5b2cc3b1d02084.zip |
Make build_depends line consistent with the rest of the ports tree
Feature safe: yes
Approved by: cy
Diffstat (limited to 'sysutils/ipsc')
-rw-r--r-- | sysutils/ipsc/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sysutils/ipsc/Makefile b/sysutils/ipsc/Makefile index b3472ac0f3ca..274b975bbfb1 100644 --- a/sysutils/ipsc/Makefile +++ b/sysutils/ipsc/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ipsc -# Date created: 31 October 1999 -# Whom: Jeremy Shaffner <jeremy@external.org> -# +# Created by: Jeremy Shaffner <jeremy@external.org> # $FreeBSD$ -# PORTNAME= ipsc PORTVERSION= 0.4.3 @@ -14,7 +10,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}.orig MAINTAINER= cy@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 |