diff options
Diffstat (limited to 'print/ghostscript')
-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 0c458b0be3e..1947d221362 100644 --- a/print/ghostscript/Makefile +++ b/print/ghostscript/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2002/03/16 23:34:37 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2002/08/25 21:50:28 jlam Exp $ PKGNAME= ghostscript-${GS_VERS} PKGREVISION= 4 @@ -6,7 +6,8 @@ COMMENT= Aladdin Postscript interpreter CONFLICTS= ghostscript{,-x11,-nox11}-[0-9]* -USE_BUILDLINK_ONLY= YES +USE_BUILDLINK2= YES +USE_X11= YES .include "../../print/ghostscript-nox11/Makefile.common" @@ -14,7 +15,6 @@ MAKEFRAGS+= ${FILESDIR}/devs.x11 GS_DISPLAY_DEVICE= x11.dev XLIBS= Xt SM ICE Xext X11 -.include "../../mk/x11.buildlink.mk" .include "../../mk/bsd.pkg.mk" # arm32 compiler has an optimizer problem |