diff options
author | tron <tron@pkgsrc.org> | 2000-11-27 14:03:28 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-11-27 14:03:28 +0000 |
commit | ae4eea87c61f3593d57e0394df799a7b1d3d5930 (patch) | |
tree | 0c8bddbbeab08801ea40658eec8177d1b8f36509 /games | |
parent | 6b898a5ed9e7e3bf54034583afafad7e4f55f876 (diff) | |
download | pkgsrc-ae4eea87c61f3593d57e0394df799a7b1d3d5930.tar.gz |
"USE_LIBINTL" is not enough, add "-I${LOCALBASE}/include" to "CFLAGS".
Diffstat (limited to 'games')
-rw-r--r-- | games/gnome-games/Makefile | 19 |
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} |