diff options
author | joerg <joerg@pkgsrc.org> | 2006-12-28 12:50:55 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-12-28 12:50:55 +0000 |
commit | 42b1c0fb06de318ca1c2be36c1c50d64cf3e05ef (patch) | |
tree | f237660f373fb0353e4403a4dea8cbab37883341 /print | |
parent | 8f65a95e54319ecf459aad0b48ed5962547688e0 (diff) | |
download | pkgsrc-42b1c0fb06de318ca1c2be36c1c50d64cf3e05ef.tar.gz |
Depend on the ghostscript fonts by default. Bump revision.
Diffstat (limited to 'print')
-rw-r--r-- | print/ghostscript/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/print/ghostscript/Makefile b/print/ghostscript/Makefile index 72a91357092..b0a3bae194e 100644 --- a/print/ghostscript/Makefile +++ b/print/ghostscript/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.25 2006/12/27 18:18:22 joerg Exp $ +# $NetBSD: Makefile,v 1.26 2006/12/28 12:50:55 joerg Exp $ DISTNAME= ghostscript-8.54-gpl PKGNAME= ghostscript-8.54 +PKGREVISION= 1 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ghostscript/} EXTRACT_SUFX= .tar.bz2 @@ -14,6 +15,8 @@ CONFLICTS+= ghostscript-afpl-[0-9]* CONFLICTS+= ghostscript-esp{,-nox11}-[0-9]* CONFLICTS+= ghostscript-gnu{,-nox11,-x11}-[0-9]* +DEPENDS+= ghostscript-fonts>=6.0:../../fonts/ghostscript-fonts + USE_TOOLS+= gmake GNU_CONFIGURE= yes |