From 7c6b0d324f170f156851719863e8d2acbb3eb712 Mon Sep 17 00:00:00 2001 From: dholland Date: Sat, 16 Mar 2013 23:03:33 +0000 Subject: print/ghostscript -> print/ghostscript-agpl --- mk/tools/replace.mk | 6 +++--- 1 file 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 -- cgit v1.2.3