diff options
author | joerg <joerg> | 2009-10-28 00:11:59 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-10-28 00:11:59 +0000 |
commit | 5aaeac2c8573abe4b747df46f9194aa39eba0aa9 (patch) | |
tree | f00eae160918ead3504b4dfa261d619f945421f2 /misc/xtide | |
parent | 2b1e51347534a76913b9e04c1b7080bc59dec32f (diff) | |
download | pkgsrc-5aaeac2c8573abe4b747df46f9194aa39eba0aa9.tar.gz |
Ensure that rpath options have an argument for modular Xorg.
Diffstat (limited to 'misc/xtide')
-rw-r--r-- | misc/xtide/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/misc/xtide/Makefile b/misc/xtide/Makefile index cda5f22730e..d9f7fa31d13 100644 --- a/misc/xtide/Makefile +++ b/misc/xtide/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2009/02/08 00:01:35 cube Exp $ +# $NetBSD: Makefile,v 1.24 2009/10/28 00:11:59 joerg Exp $ DISTNAME= xtide-2.8.3 PKGREVISION= 2 @@ -35,6 +35,13 @@ post-install: ${INSTALL_DATA} ${WRKDIR}/xtide.conf ${EGDIR}/xtide.conf ${INSTALL_DATA} ${WRKDIR}/${HARMONICS_FILE} ${PREFIX}/share/xtide +.include "../../mk/bsd.prefs.mk" + +.if ${X11_TYPE} == "modular" +CONFIGURE_ARGS+= --x-includes=${X11BASE:Q}/include +CONFIGURE_ARGS+= --x-libraries=${X11BASE:Q}/lib${LIBABISUFFIX:Q} +.endif + .include "../../graphics/png/buildlink3.mk" .include "../../x11/libXaw/buildlink3.mk" .include "../../x11/libXi/buildlink3.mk" |