diff options
author | Ade Lovett <ade@FreeBSD.org> | 2001-05-31 22:22:59 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2001-05-31 22:22:59 +0000 |
commit | 251562621233f8fdec525afe26d7e087fc2f9203 (patch) | |
tree | af8c8b53de15bde159c3047c26b229999f261b8d /www/mozilla-headers | |
parent | c9334746b23672432049ef86ec6accf57ef22cc9 (diff) | |
download | ports-251562621233f8fdec525afe26d7e087fc2f9203.tar.gz ports-251562621233f8fdec525afe26d7e087fc2f9203.zip |
Replace last remnants of "nonexistent", "/nonexistent" etc. with
${NONEXISTENT} as per bsd.port.mk
Notes
Notes:
svn path=/head/; revision=43365
Diffstat (limited to 'www/mozilla-headers')
-rw-r--r-- | www/mozilla-headers/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mozilla-headers/Makefile b/www/mozilla-headers/Makefile index 4657c0eb03c3..7986333a73fd 100644 --- a/www/mozilla-headers/Makefile +++ b/www/mozilla-headers/Makefile @@ -14,7 +14,7 @@ DISTFILES= MAINTAINER= sobomax@FreeBSD.org -BUILD_DEPENDS= /nonexistent:${PORTSDIR}/www/mozilla:configure +BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/www/mozilla:configure USE_X_PREFIX= yes |