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/ftghostscript5 | |
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/ftghostscript5')
-rw-r--r-- | korean/ftghostscript5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/korean/ftghostscript5/Makefile b/korean/ftghostscript5/Makefile index 86732c8..730487d 100644 --- a/korean/ftghostscript5/Makefile +++ b/korean/ftghostscript5/Makefile @@ -33,8 +33,8 @@ MAINTAINER= cjh@FreeBSD.org RUN_DEPENDS= $(LOCALBASE)/share/ghostscript/fonts:${PORTSDIR}/print/gsfonts \ $(LOCALBASE)/share/ghostscript/fonts/CMap:${PORTSDIR}/korean/munhwafonts-cid \ $(X11BASE)/lib/X11/fonts/TrueType/gulim.ttf:${PORTSDIR}/korean/baekmukfonts-ttf -BUILD_DEPENDS= /nonexistent:${PORTSDIR}/graphics/jpeg:extract \ - /nonexistent:${PORTSDIR}/graphics/png:extract +BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/graphics/jpeg:extract \ + ${NONEXISTENT}:${PORTSDIR}/graphics/png:extract LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png USE_XLIB= YES |