summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorjoerg <joerg>2007-02-19 18:02:07 +0000
committerjoerg <joerg>2007-02-19 18:02:07 +0000
commit795d5b0743f5c3c2b854456dff6bc1419c57b878 (patch)
tree681a3c1ed12917558c51c249d3272e6089b267e2 /print
parent383ce7430a5a330e8a3a3b6f19264148ab3f709d (diff)
downloadpkgsrc-795d5b0743f5c3c2b854456dff6bc1419c57b878.tar.gz
Modular Xorg support.
Diffstat (limited to 'print')
-rw-r--r--print/ghostscript-esp/options.mk6
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