diff options
author | ade <ade@FreeBSD.org> | 2001-06-01 06:22:59 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2001-06-01 06:22:59 +0800 |
commit | d50913dd2bba2982faeb50020696c56ef0bcc7c6 (patch) | |
tree | 9c66c6dc55e3c3f40aa286bc2de892db4b153d34 /x11 | |
parent | 6147be03b2ccf2eb7310d2481445311a628a4afa (diff) | |
download | freebsd-ports-gnome-d50913dd2bba2982faeb50020696c56ef0bcc7c6.tar.gz freebsd-ports-gnome-d50913dd2bba2982faeb50020696c56ef0bcc7c6.tar.zst freebsd-ports-gnome-d50913dd2bba2982faeb50020696c56ef0bcc7c6.zip |
Replace last remnants of "nonexistent", "/nonexistent" etc. with
${NONEXISTENT} as per bsd.port.mk
Diffstat (limited to 'x11')
-rw-r--r-- | x11/9term/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/9term/Makefile b/x11/9term/Makefile index 4b6c2c803e6d..24333ec46f2e 100644 --- a/x11/9term/Makefile +++ b/x11/9term/Makefile @@ -14,7 +14,7 @@ DISTNAME= ${PORTNAME}.${PORTVERSION} MAINTAINER= ports@FreeBSD.org # needs library and private header, but not during runtime -BUILD_DEPENDS= /nonexistent:${PORTSDIR}/editors/sam:build +BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/editors/sam:build NO_WRKSUBDIR= yes USE_X_PREFIX= yes |