diff options
author | joerg <joerg> | 2006-11-06 10:59:52 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-11-06 10:59:52 +0000 |
commit | f577913b3ff0928ed4fb9ca03e2809b33bf608da (patch) | |
tree | 66cfb16bcbdccb8819a8dbd1efdeb3d695388f73 /print | |
parent | 6172bd3fb58a04848ef9135ca5bb0d13a5a64928 (diff) | |
download | pkgsrc-f577913b3ff0928ed4fb9ca03e2809b33bf608da.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 |