summaryrefslogtreecommitdiff
path: root/games/eboard
diff options
context:
space:
mode:
authorshattered <shattered@pkgsrc.org>2009-01-08 22:51:52 +0000
committershattered <shattered@pkgsrc.org>2009-01-08 22:51:52 +0000
commitffe5c475641560ce9378453816ac3524d95abe41 (patch)
tree1615c1c2a844cb0eb8aea08063b2487fd4792476 /games/eboard
parentb3a4fdb4132d0aedb0777124dad1944268f6bcb2 (diff)
downloadpkgsrc-ffe5c475641560ce9378453816ac3524d95abe41.tar.gz
These packages don't use imlib any more: eboard uses gtk2 (and gdk_pixbuf),
freeciv dropped gtk1 support before 2.0.9.
Diffstat (limited to 'games/eboard')
-rw-r--r--games/eboard/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/eboard/Makefile b/games/eboard/Makefile
index a82ea294982..ba203463847 100644
--- a/games/eboard/Makefile
+++ b/games/eboard/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:30 joerg Exp $
+# $NetBSD: Makefile,v 1.9 2009/01/08 22:51:52 shattered Exp $
#
DISTNAME= eboard-1.0.4
+PKGREVISION= 1
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=eboard/}
EXTRACT_SUFX= .tar.bz2
@@ -31,6 +32,5 @@ SUBST_SED.mf= -e 's/^CXXFLAGS.*=/CXXFLAGS += $${CPPFLAGS} /'
SUBST_SED.mf+= -e 's/^LDFLAGS.*=/LDFLAGS += $${CXXFLAGS}/'
.include "../../mk/oss.buildlink3.mk"
-.include "../../graphics/imlib/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"