diff options
author | ade <ade@FreeBSD.org> | 2001-05-31 22:22:59 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2001-05-31 22:22:59 +0000 |
commit | d50913dd2bba2982faeb50020696c56ef0bcc7c6 (patch) | |
tree | 9c66c6dc55e3c3f40aa286bc2de892db4b153d34 /lang/gpc | |
parent | 6147be03b2ccf2eb7310d2481445311a628a4afa (diff) | |
download | FreeBSD-ports-d50913dd2bba2982faeb50020696c56ef0bcc7c6.zip FreeBSD-ports-d50913dd2bba2982faeb50020696c56ef0bcc7c6.tar.gz |
Replace last remnants of "nonexistent", "/nonexistent" etc. with
${NONEXISTENT} as per bsd.port.mk
Diffstat (limited to 'lang/gpc')
-rw-r--r-- | lang/gpc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gpc/Makefile b/lang/gpc/Makefile index 8e1869e..4dbe530 100644 --- a/lang/gpc/Makefile +++ b/lang/gpc/Makefile @@ -13,7 +13,7 @@ DISTNAME= gpc-19990118 MAINTAINER= antonz@library.ntu-kpi.kiev.ua -BUILD_DEPENDS= nonexistent:${PORTSDIR}/lang/gcc28:patch +BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/lang/gcc28:patch WRKSRC= ${WRKDIR}/gpc MAKE_ARGS= LANGUAGES=pascal |