diff options
author | joerg <joerg@pkgsrc.org> | 2007-02-02 18:09:23 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-02-02 18:09:23 +0000 |
commit | ddebe93b30977ce9ce8000e1adbe17467f9ef900 (patch) | |
tree | c84c488585b05f01189cb481b85027c22552e990 /games | |
parent | 2cbfe6f8b9c77bdfb20dc2e1c88d5703f16e7610 (diff) | |
download | pkgsrc-ddebe93b30977ce9ce8000e1adbe17467f9ef900.tar.gz |
Modular Xorg support.
Diffstat (limited to 'games')
-rw-r--r-- | games/cgoban/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/games/cgoban/Makefile b/games/cgoban/Makefile index 16b785ad111..19530328fed 100644 --- a/games/cgoban/Makefile +++ b/games/cgoban/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/04/25 22:03:32 rillig Exp $ +# $NetBSD: Makefile,v 1.13 2007/02/02 18:09:23 joerg Exp $ DISTNAME= cgoban-1.9.12 PKGREVISION= 1 @@ -13,5 +13,8 @@ GNU_CONFIGURE= yes INSTALLATION_DIRS= ${PKGMANDIR}/man6 share/misc -.include "../../mk/x11.buildlink3.mk" +BUILDLINK_DEPMETHOD.libXt?= build + +.include "../../x11/libX11/buildlink3.mk" +.include "../../x11/libXt/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |