diff options
author | veego <veego> | 2001-10-13 06:50:47 +0000 |
---|---|---|
committer | veego <veego> | 2001-10-13 06:50:47 +0000 |
commit | 959428e57b9e17b5a5584dec3285ceec21d642d4 (patch) | |
tree | 0d27518708b80f85bce35f5fbad4efb21ef515b7 /games | |
parent | e1411f3f98d4698913e1b93d620a6f1ae2d87ecb (diff) | |
download | pkgsrc-959428e57b9e17b5a5584dec3285ceec21d642d4.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')
-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" |