summaryrefslogtreecommitdiff
path: root/emulators/gxemul
diff options
context:
space:
mode:
authorjoerg <joerg>2007-02-07 20:00:49 +0000
committerjoerg <joerg>2007-02-07 20:00:49 +0000
commit207f88a4295f7ea6a60ada87645f3de5d21f4f77 (patch)
tree66ac2eb77f73a1a655a01e74596f31cf57e480e4 /emulators/gxemul
parent1f4eaf879051d0cf6efceeab9b5e3351f971990c (diff)
downloadpkgsrc-207f88a4295f7ea6a60ada87645f3de5d21f4f77.tar.gz
Modular Xorg support.
Diffstat (limited to 'emulators/gxemul')
-rw-r--r--emulators/gxemul/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/gxemul/Makefile b/emulators/gxemul/Makefile
index d6d4b939185..4752321d3b1 100644
--- a/emulators/gxemul/Makefile
+++ b/emulators/gxemul/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2007/01/07 09:13:53 rillig Exp $
+# $NetBSD: Makefile,v 1.27 2007/02/07 20:00:49 joerg Exp $
#
DISTNAME= gxemul-0.4.3
@@ -40,7 +40,7 @@ SUBST_SED.x11= -e 's|-L/usr/X11R6/lib|${GLOBAL_LDFLAGS:Q}|g'
SUBST_SED.x11+= -e 's|/usr/X11R6|${X11BASE}|g'
SUBST_MESSAGE.x11= Fixing X linking flags.
-.include "../../mk/x11.buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
.endif
.include "../../mk/bsd.pkg.mk"