diff options
author | abs <abs> | 2000-11-24 11:12:29 +0000 |
---|---|---|
committer | abs <abs> | 2000-11-24 11:12:29 +0000 |
commit | 773c7fa49a4545956d6cd268195ee75b8f189f6d (patch) | |
tree | 0203290d2098a9e4d184ec0057eadb4f11f81e09 /games | |
parent | 9af7b2bf635a6c153fd6c5b3b1b288c3021efe02 (diff) | |
download | pkgsrc-773c7fa49a4545956d6cd268195ee75b8f189f6d.tar.gz |
Requires USE_LIBINTL to get -lintl on link
Diffstat (limited to 'games')
-rw-r--r-- | games/gnome-games/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile index 8e8a98dab79..dfc9c5e2aa6 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2000/11/09 20:06:05 mycroft Exp $ +# $NetBSD: Makefile,v 1.14 2000/11/24 11:12:29 abs Exp $ DISTNAME= gnome-games-1.2.0 CATEGORIES= games gnome @@ -18,6 +18,7 @@ USE_GMAKE= # defined USE_X11BASE= # defined USE_CURSES= # defined USE_LIBTOOL= # defined +USE_LIBINTL= # defined LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig GNU_CONFIGURE= # defined |