diff options
author | dholland <dholland> | 2013-03-16 22:58:52 +0000 |
---|---|---|
committer | dholland <dholland> | 2013-03-16 22:58:52 +0000 |
commit | 729c58171e128bff135e1730b3b1c50ed935967c (patch) | |
tree | 4fcd27986913b1e24696831e04184a4bc923ac13 /meta-pkgs/bulk-small | |
parent | e25b9c65acf49ea2fbcd8b64eaf6c1809f38cc81 (diff) | |
download | pkgsrc-729c58171e128bff135e1730b3b1c50ed935967c.tar.gz |
ghostscript -> ghostscript-gpl
Diffstat (limited to 'meta-pkgs/bulk-small')
-rw-r--r-- | meta-pkgs/bulk-small/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-pkgs/bulk-small/Makefile b/meta-pkgs/bulk-small/Makefile index 737f960c0da..39de7ae916a 100644 --- a/meta-pkgs/bulk-small/Makefile +++ b/meta-pkgs/bulk-small/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2013/02/23 02:53:59 obache Exp $ +# $NetBSD: Makefile,v 1.7 2013/03/16 22:58:52 dholland Exp $ -DISTNAME= bulk-small-20130223 +DISTNAME= bulk-small-20130316 CATEGORIES= meta-pkgs MASTER_SITES= # empty DISTFILES= # empty @@ -67,7 +67,7 @@ BUILD_DEPENDS+= pkg_chk-[0-9]*:../../pkgtools/pkg_chk BUILD_DEPENDS+= pkg_rolling-replace-[0-9]*:../../pkgtools/pkg_rolling-replace BUILD_DEPENDS+= pkgin-[0-9]*:../../pkgtools/pkgin BUILD_DEPENDS+= enscript-[0-9]*:../../print/enscript -BUILD_DEPENDS+= ghostscript-[0-9]*:../../print/ghostscript +BUILD_DEPENDS+= ghostscript-gpl-[0-9]*:../../print/ghostscript-gpl BUILD_DEPENDS+= papersize-[0-9]*:../../print/papersize BUILD_DEPENDS+= psutils-[0-9]*:../../print/psutils BUILD_DEPENDS+= sudo-[0-9]*:../../security/sudo |