diff options
author | joerg <joerg@pkgsrc.org> | 2007-02-19 18:02:07 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-02-19 18:02:07 +0000 |
commit | 5ca80bdb39d7741b213409272b76278692a7cf60 (patch) | |
tree | 681a3c1ed12917558c51c249d3272e6089b267e2 /print | |
parent | ac4b7a067fcb12c004401d10a809426d84d20ef2 (diff) | |
download | pkgsrc-5ca80bdb39d7741b213409272b76278692a7cf60.tar.gz |
Modular Xorg support.
Diffstat (limited to 'print')
-rw-r--r-- | print/ghostscript-esp/options.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/print/ghostscript-esp/options.mk b/print/ghostscript-esp/options.mk index 5d412cb4a66..dce6e6e882d 100644 --- a/print/ghostscript-esp/options.mk +++ b/print/ghostscript-esp/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.2 2006/01/24 15:28:30 ben Exp $ +# $NetBSD: options.mk,v 1.3 2007/02/19 18:02:07 joerg Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.ghostscript-esp PKG_SUPPORTED_OPTIONS= x11 cups @@ -8,7 +8,9 @@ PKG_SUGGESTED_OPTIONS= x11 cups .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 |