summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2013-03-16 23:03:33 +0000
committerdholland <dholland@pkgsrc.org>2013-03-16 23:03:33 +0000
commit7c6b0d324f170f156851719863e8d2acbb3eb712 (patch)
tree871dae6d683c8b005140edf68edc828fdd583a03 /mk
parent1e41eb479968cdc192d1912ed1a177e363cbb676 (diff)
downloadpkgsrc-7c6b0d324f170f156851719863e8d2acbb3eb712.tar.gz
print/ghostscript -> print/ghostscript-agpl
Diffstat (limited to 'mk')
-rw-r--r--mk/tools/replace.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/tools/replace.mk b/mk/tools/replace.mk
index 5f5583de774..e872b3ac00e 100644
--- a/mk/tools/replace.mk
+++ b/mk/tools/replace.mk
@@ -1,4 +1,4 @@
-# $NetBSD: replace.mk,v 1.254 2013/03/16 21:47:14 dholland Exp $
+# $NetBSD: replace.mk,v 1.255 2013/03/16 23:03:33 dholland Exp $
#
# Copyright (c) 2005 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -1075,13 +1075,13 @@ GHOSTSCRIPT_REQD?= 6.01
#
.if !defined(TOOLS_DEPENDS.ghostscript)
_TOOLS_DEP.ghostscript:= ghostscript-gpl
-_TOOLS_DEP.ghostscript:= ${_TOOLS_DEP.ghostscript},ghostscript
+_TOOLS_DEP.ghostscript:= ${_TOOLS_DEP.ghostscript},ghostscript-agpl
#
# Determine the default Ghostscript package to build based on
# ACCEPTABLE_LICENSES.
#
. if !empty(ACCEPTABLE_LICENSES:Mgnu-agpl-*)
-_TOOLS_PKGSRCDIR.ghostscript= ../../print/ghostscript
+_TOOLS_PKGSRCDIR.ghostscript= ../../print/ghostscript-agpl
. else
_TOOLS_PKGSRCDIR.ghostscript= ../../print/ghostscript-gpl
. endif