diff options
author | joerg <joerg@pkgsrc.org> | 2009-10-28 01:06:37 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-10-28 01:06:37 +0000 |
commit | 3bac9e83fe2d9f58ba66a72dde126163c046a0b4 (patch) | |
tree | 95a2fc66031ac7ce19b940d41e4c45e29c17c46a /emulators | |
parent | 2387c67eeeb22ced5612f3dc930a381ab40b8629 (diff) | |
download | pkgsrc-3bac9e83fe2d9f58ba66a72dde126163c046a0b4.tar.gz |
Pass down X11 options for modular Xorg.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/arnold/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/emulators/arnold/Makefile b/emulators/arnold/Makefile index 83800a3ce94..a27331c3a0f 100644 --- a/emulators/arnold/Makefile +++ b/emulators/arnold/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2009/08/25 11:57:45 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2009/10/28 01:06:37 joerg Exp $ # DISTNAME= arnsrc27012002 @@ -36,6 +36,13 @@ do-install: cd ${WRKSRC} && ${INSTALL_DATA} readme.* \ ${DESTDIR}${PREFIX}/share/doc/arnold +.include "../../mk/bsd.prefs.mk" + +.if ${X11_TYPE} == "modular" +CONFIGURE_ARGS+= --x-includes=${PREFIX}/include +CONFIGURE_ARGS+= --x-libraries=${PREFIX}/lib +.endif + .include "../../mk/oss.buildlink3.mk" .include "../../devel/SDL/buildlink3.mk" .include "../../x11/gtk/buildlink3.mk" |