summaryrefslogtreecommitdiff
path: root/games/gnome-games
diff options
context:
space:
mode:
authortron <tron>2000-11-27 14:03:28 +0000
committertron <tron>2000-11-27 14:03:28 +0000
commit8abdcffaaf9f3b6e1e97517fa8abc44a3c7b124f (patch)
tree0c8bddbbeab08801ea40658eec8177d1b8f36509 /games/gnome-games
parent4bf89af1dd149fa5a20ed8019485b1278dc75e04 (diff)
downloadpkgsrc-8abdcffaaf9f3b6e1e97517fa8abc44a3c7b124f.tar.gz
"USE_LIBINTL" is not enough, add "-I${LOCALBASE}/include" to "CFLAGS".
Diffstat (limited to 'games/gnome-games')
-rw-r--r--games/gnome-games/Makefile19
1 files changed, 10 insertions, 9 deletions
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile
index dfc9c5e2aa6..86a480b285d 100644
--- a/games/gnome-games/Makefile
+++ b/games/gnome-games/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2000/11/24 11:12:29 abs Exp $
+# $NetBSD: Makefile,v 1.15 2000/11/27 14:03:28 tron Exp $
DISTNAME= gnome-games-1.2.0
CATEGORIES= games gnome
@@ -9,25 +9,26 @@ HOMEPAGE= http://www.gnome.org/
BUILD_DEPENDS+= autoreconf:../../devel/autoconf
BUILD_DEPENDS+= automake:../../devel/automake
+BUILD_DEPENDS+= gettextize:../../devel/gettext
DEPENDS+= gnome-core-*:../../x11/gnome-core
# Required for ports which don't build "libgtop".
DEPENDS+= guile-[0-9]*:../../lang/guile
DEPENDS+= xbill-*:../../games/xbill
-USE_GMAKE= # defined
-USE_X11BASE= # defined
-USE_CURSES= # defined
-USE_LIBTOOL= # defined
-USE_LIBINTL= # defined
+USE_GMAKE= YES
+USE_X11BASE= YES
+USE_CURSES= YES
+USE_LIBTOOL= YES
+USE_LIBINTL= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
-GNU_CONFIGURE= # defined
+GNU_CONFIGURE= YES
CONFIGURE_ENV+= LOCALEBASE=${LOCALEBASE}
CONFIGURE_ARGS+= --localstatedir=/var
-
-PLIST_SUBST+= LOCALEBASE=${LOCALEBASE}
+CFLAGS+= -I${LOCALBASE}/include
INSTALL_FILE= ${WRKDIR}/INSTALL
+PLIST_SUBST+= LOCALEBASE=${LOCALEBASE}
AUTOGEN_ENV= NOCONFIGURE=1
AUTOGEN_ENV+= srcdir=${WRKSRC}