diff options
author | jlam <jlam@pkgsrc.org> | 2004-11-13 21:28:27 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-11-13 21:28:27 +0000 |
commit | 7369098c5c26e623b6293d39f155c90eb93cd740 (patch) | |
tree | e15cac241c67e37e37b77e2f7a8a6e47a17df9ce /print/ghostscript-gnu | |
parent | 1bbffb9be514d45e140e21903a34fb75c56dcf4b (diff) | |
download | pkgsrc-7369098c5c26e623b6293d39f155c90eb93cd740.tar.gz |
USE_BUILDLINK3 is a yes/no variable.
Diffstat (limited to 'print/ghostscript-gnu')
-rw-r--r-- | print/ghostscript-gnu/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/ghostscript-gnu/Makefile.common b/print/ghostscript-gnu/Makefile.common index 89d3d216b27..d00163c7d3b 100644 --- a/print/ghostscript-gnu/Makefile.common +++ b/print/ghostscript-gnu/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.15 2004/08/27 06:29:10 jlam Exp $ +# $NetBSD: Makefile.common,v 1.16 2004/11/13 21:28:28 jlam Exp $ DISTNAME= ghostscript-${GS_VERS} GS_VERS= 7.07 @@ -16,7 +16,7 @@ CONFLICTS+= ghostscript-gnu{,-nox11,-x11}-[0-9]* DEPENDS+= ghostscript-fonts-6.0:../../fonts/ghostscript-fonts -USE_BUILDLINK3= # defined +USE_BUILDLINK3= yes USE_GNU_TOOLS+= make GNU_CONFIGURE= # defined CONFIGURE_ARGS+= --with-ijs |