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 /korean/ghostscript55httf | |
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 'korean/ghostscript55httf')
-rw-r--r-- | korean/ghostscript55httf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/korean/ghostscript55httf/Makefile b/korean/ghostscript55httf/Makefile index edaf127..2878d56 100644 --- a/korean/ghostscript55httf/Makefile +++ b/korean/ghostscript55httf/Makefile @@ -21,8 +21,8 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= cjh@FreeBSD.org -BUILD_DEPENDS= /nonexistent:${PORTSDIR}/graphics/jpeg:extract \ - /nonexistent:${PORTSDIR}/graphics/png:extract \ +BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/graphics/jpeg:extract \ + ${NONEXISTENT}:${PORTSDIR}/graphics/png:extract \ unzip:${PORTSDIR}/archivers/unzip LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png RUN_DEPENDS= $(X11BASE)/lib/X11/fonts/TrueType/gulim.ttf:${PORTSDIR}/korean/baekmukfonts-ttf |