diff options
author | joerg <joerg@pkgsrc.org> | 2007-02-02 18:04:52 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-02-02 18:04:52 +0000 |
commit | 3cee71d580ee92bd2c7cdf753aa7b32d03801835 (patch) | |
tree | 2899c97cd9f88a798b0b6618d8f972a03d64c44b /games/xmahjongg | |
parent | e428c5632cbde10fae77ab157f7029b16719d8fc (diff) | |
download | pkgsrc-3cee71d580ee92bd2c7cdf753aa7b32d03801835.tar.gz |
Modular Xorg support.
Diffstat (limited to 'games/xmahjongg')
-rw-r--r-- | games/xmahjongg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xmahjongg/Makefile b/games/xmahjongg/Makefile index dc62bf2e40a..d6e15d68017 100644 --- a/games/xmahjongg/Makefile +++ b/games/xmahjongg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2006/02/05 23:09:24 joerg Exp $ +# $NetBSD: Makefile,v 1.24 2007/02/02 18:06:05 joerg Exp $ # DISTNAME= xmahjongg-3.6.1 @@ -19,5 +19,5 @@ USE_LANGUAGES= c c++ GCC_REQD+= 3.4 .endif -.include "../../mk/x11.buildlink3.mk" +.include "../../x11/libX11/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |