diff options
-rw-r--r-- | mk/tools/replace.mk | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/mk/tools/replace.mk b/mk/tools/replace.mk index e872b3ac00e..825e3992f3c 100644 --- a/mk/tools/replace.mk +++ b/mk/tools/replace.mk @@ -1,4 +1,4 @@ -# $NetBSD: replace.mk,v 1.255 2013/03/16 23:03:33 dholland Exp $ +# $NetBSD: replace.mk,v 1.256 2013/04/24 09:55:03 sbd Exp $ # # Copyright (c) 2005 The NetBSD Foundation, Inc. # All rights reserved. @@ -1074,18 +1074,8 @@ GHOSTSCRIPT_REQD?= 6.01 # various package options. # .if !defined(TOOLS_DEPENDS.ghostscript) -_TOOLS_DEP.ghostscript:= ghostscript-gpl -_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-agpl -. else -_TOOLS_PKGSRCDIR.ghostscript= ../../print/ghostscript-gpl -. endif -TOOLS_DEPENDS.ghostscript= {${_TOOLS_DEP.ghostscript}}>=${GHOSTSCRIPT_REQD}:${_TOOLS_PKGSRCDIR.ghostscript} +_TOOLS_DEP.ghostscript:= ghostscript +TOOLS_DEPENDS.ghostscript= ghostscript>=${GHOSTSCRIPT_REQD}:../../print/ghostscript MAKEVARS+= TOOLS_DEPENDS.ghostscript .endif |