diff options
Diffstat (limited to 'fonts/ghostscript-cmaps')
-rw-r--r-- | fonts/ghostscript-cmaps/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/fonts/ghostscript-cmaps/Makefile b/fonts/ghostscript-cmaps/Makefile index e10c0e94417..7049dd03e55 100644 --- a/fonts/ghostscript-cmaps/Makefile +++ b/fonts/ghostscript-cmaps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/09/02 20:37:00 rillig Exp $ +# $NetBSD: Makefile,v 1.15 2008/06/20 01:09:19 joerg Exp $ DISTNAME= ghostscript-cmaps-20020913 PKGREVISION= 2 @@ -6,11 +6,13 @@ CATEGORIES= fonts MASTER_SITES= # empty DISTFILES= # empty -DEPENDS+= adobe-cmaps>=20020913:../../fonts/adobe-cmaps - MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= CMap resources for Ghostscript +PKG_DESTDIR_SUPPORT= user-destdir + +DEPENDS+= adobe-cmaps>=20020913:../../fonts/adobe-cmaps + GHOSTSCRIPT_REQD= 6.53 ADOBE_RESOURCEDIR= ${PREFIX}/share/Adobe/Resource |