diff options
author | joerg <joerg@pkgsrc.org> | 2007-02-07 20:00:49 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-02-07 20:00:49 +0000 |
commit | aadcddd4606d9265981cd2244684053d9d0692f5 (patch) | |
tree | 66ac2eb77f73a1a655a01e74596f31cf57e480e4 /emulators | |
parent | 7e335de52e8e5573ddb5b2ad5aa9ed9767a6ce7d (diff) | |
download | pkgsrc-aadcddd4606d9265981cd2244684053d9d0692f5.tar.gz |
Modular Xorg support.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/gxemul/Makefile | 4 |
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" |