diff options
author | sbd <sbd@pkgsrc.org> | 2013-04-25 03:54:24 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2013-04-25 03:54:24 +0000 |
commit | 8b8dd59234db625ba6de6a0540a97a48a90d4c75 (patch) | |
tree | 692bb239b51866dd3677ee8c52f6ea4ac47ca962 /print | |
parent | dc1fcade77d024da5e8be9c8b77d449902c29a3b (diff) | |
download | pkgsrc-8b8dd59234db625ba6de6a0540a97a48a90d4c75.tar.gz |
Remove unused files.
Diffstat (limited to 'print')
-rw-r--r-- | print/ghostscript/ghostscript.buildlink3.mk | 22 | ||||
-rw-r--r-- | print/ghostscript/ghostscript.mk | 30 |
2 files changed, 0 insertions, 52 deletions
diff --git a/print/ghostscript/ghostscript.buildlink3.mk b/print/ghostscript/ghostscript.buildlink3.mk deleted file mode 100644 index 55849eea6ce..00000000000 --- a/print/ghostscript/ghostscript.buildlink3.mk +++ /dev/null @@ -1,22 +0,0 @@ -# $NetBSD: ghostscript.buildlink3.mk,v 1.1 2013/03/16 22:34:03 dholland Exp $ -# -# This file selects the proper buildlink3 file for ghostscript. -# - - -.include "../../mk/bsd.prefs.mk" - -# -# Use ACCEPTABLE_LICENSES to pick the ghostscript package, on the -# theory that the agpl version is newer and therefore preferable if -# it's acceptable. -# -# This should probably support an explicit GS_TYPE or similar setting, -# and we might need GS_ACCEPTED, etc. too. -# - -.if !empty(ACCEPTABLE_LICENSES:Mgnu-agpl-*) -.include "../../print/ghostscript-agpl/buildlink3.mk" -.else -.include "../../print/ghostscript-gpl/buildlink3.mk" -.endif diff --git a/print/ghostscript/ghostscript.mk b/print/ghostscript/ghostscript.mk deleted file mode 100644 index 46cbaa75161..00000000000 --- a/print/ghostscript/ghostscript.mk +++ /dev/null @@ -1,30 +0,0 @@ -# $NetBSD: ghostscript.mk,v 1.1 2013/03/16 22:34:03 dholland Exp $ -# -# This file is for packages that wish to depend on ghostscript, but do -# not compile against it and therefore do not need it buildlinked. -# -# XXX: It is probable that some or all of these should be instead -# setting USE_TOOLS+=gs or USE_TOOLS+=gs:run, but they currently -# aren't and I don't currently have time to tidy them up. Someone -# please see to this... -# -# Packages that compile against ghostscript should use ghostscript.bl3.mk -# instead. -# - -.include "../../mk/bsd.prefs.mk" - -# -# Use ACCEPTABLE_LICENSES to pick the ghostscript package, on the -# theory that the agpl version is newer and therefore preferable if -# it's acceptable. -# -# This should probably support an explicit GS_TYPE or similar setting, -# and we might need GS_ACCEPTED, etc. too. -# - -.if !empty(ACCEPTABLE_LICENSES:Mgnu-agpl-*) -DEPENDS+= ghostscript-agpl-[0-9]*:../../print/ghostscript-agpl -.else -DEPENDS+= ghostscript-gpl-[0-9]*:../../print/ghostscript-gpl -.endif |