diff options
author | ryoon <ryoon@pkgsrc.org> | 2014-01-02 06:46:38 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2014-01-02 06:46:38 +0000 |
commit | 3f8e96fbcf3df0448884ea39811180c90bca52cd (patch) | |
tree | eae13e5fdd59073dceb11201a53f493a43f113c2 /print | |
parent | 3090a7174ba5a661992171201e061bb8b0a8b5cd (diff) | |
download | pkgsrc-3f8e96fbcf3df0448884ea39811180c90bca52cd.tar.gz |
Revert previous
* Enable DEPENDS lines, and create ghostscript-{gpl,agpl} as dependency
Diffstat (limited to 'print')
-rw-r--r-- | print/ghostscript/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/ghostscript/Makefile b/print/ghostscript/Makefile index 9581553c584..868450036c6 100644 --- a/print/ghostscript/Makefile +++ b/print/ghostscript/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.102 2014/01/01 19:47:30 christos Exp $ +# $NetBSD: Makefile,v 1.103 2014/01/02 06:46:38 ryoon Exp $ # # XXX The version number is the last one before the agpl change. @@ -19,9 +19,9 @@ PKG_SUGGESTED_OPTIONS+= ghostscript-gpl .include "../../mk/bsd.options.mk" -.if !empty(PKG_OPTIONS_VAR:Mghostscript-agpl) +.if !empty(PKG_OPTIONS:Mghostscript-agpl) DEPENDS+= ghostscript-agpl-[0-9]*:../../print/ghostscript-agpl -.elif !empty(PKG_OPTIONS_VAR:Mghostscript-gpl) +.elif !empty(PKG_OPTIONS:Mghostscript-gpl) DEPENDS+= ghostscript-gpl-[0-9]*:../../print/ghostscript-gpl .endif |