diff options
author | joerg <joerg> | 2006-11-06 10:59:52 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-11-06 10:59:52 +0000 |
commit | 84e18713d1cbe0274a1bf7c70d881e82df28bdba (patch) | |
tree | 66cfb16bcbdccb8819a8dbd1efdeb3d695388f73 /print | |
parent | 27b7d6cb3830aab43010f8126ed4cbc5a0724d4f (diff) | |
download | pkgsrc-84e18713d1cbe0274a1bf7c70d881e82df28bdba.tar.gz |
Switch to modular buildlinks.
Diffstat (limited to 'print')
-rw-r--r-- | print/ghostscript-gnu/options.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/print/ghostscript-gnu/options.mk b/print/ghostscript-gnu/options.mk index a8cb65205fc..292ea9a64a7 100644 --- a/print/ghostscript-gnu/options.mk +++ b/print/ghostscript-gnu/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.1 2005/12/09 20:30:16 wiz Exp $ +# $NetBSD: options.mk,v 1.2 2006/11/06 10:59:52 joerg Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.ghostscript-gnu PKG_SUPPORTED_OPTIONS= x11 @@ -8,7 +8,9 @@ PKG_SUGGESTED_OPTIONS= x11 .if !empty(PKG_OPTIONS:Mx11) CONFIGURE_ARGS+= --with-x -.include "../../mk/x11.buildlink3.mk" +.include "../../x11/libX11/buildlink3.mk" +.include "../../x11/libXt/buildlink3.mk" +.include "../../x11/libXext/buildlink3.mk" .else CONFIGURE_ARGS+= --without-x .endif |