diff options
author | veego <veego@pkgsrc.org> | 2001-10-13 06:50:47 +0000 |
---|---|---|
committer | veego <veego@pkgsrc.org> | 2001-10-13 06:50:47 +0000 |
commit | ee7d87aae8003a247a4d771e0d23e06acd787ad4 (patch) | |
tree | 0d27518708b80f85bce35f5fbad4efb21ef515b7 /games/gnocatan | |
parent | a227af8022ee57e6eb4ef926a19a7763eb1bb245 (diff) | |
download | pkgsrc-ee7d87aae8003a247a4d771e0d23e06acd787ad4.tar.gz |
This packages doesn't need gnome-core. gnome-libs is enough, so use
the buildlink.mk from gnome-libs.
Diffstat (limited to 'games/gnocatan')
-rw-r--r-- | games/gnocatan/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/gnocatan/Makefile b/games/gnocatan/Makefile index 5b0c5e86271..68415ae54aa 100644 --- a/games/gnocatan/Makefile +++ b/games/gnocatan/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/09/27 23:18:06 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2001/10/13 06:50:47 veego Exp $ # DISTNAME= gnocatan-0.6.1 @@ -9,10 +9,9 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://gnocatan.sourceforge.net/ COMMENT= gnome version of the Settlers of Catan board game -DEPENDS+= gnome-core-[0-9]*:../../x11/gnome-core - GNU_CONFIGURE= YES USE_X11BASE= YES USE_GMAKE= yes +.include "../../x11/gnome-libs/buildlink.mk" .include "../../mk/bsd.pkg.mk" |