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 /korean | |
parent | c9334746b23672432049ef86ec6accf57ef22cc9 (diff) | |
download | ports-251562621233f8fdec525afe26d7e087fc2f9203.tar.gz ports-251562621233f8fdec525afe26d7e087fc2f9203.zip |
Notes
Diffstat (limited to 'korean')
-rw-r--r-- | korean/ftghostscript5/Makefile | 4 | ||||
-rw-r--r-- | korean/ghostscript55httf/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/korean/ftghostscript5/Makefile b/korean/ftghostscript5/Makefile index 86732c83b021..730487d59059 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 diff --git a/korean/ghostscript55httf/Makefile b/korean/ghostscript55httf/Makefile index edaf1270f22a..2878d565cbcd 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 |