diff options
author | wiz <wiz> | 2000-12-02 02:52:46 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-12-02 02:52:46 +0000 |
commit | cdd8a4cf97550b87cb5523ad5c1b76edb928b575 (patch) | |
tree | 30757e6a263dedbe1ced7d4cb56477f361769cfa /net/gnapster/Makefile | |
parent | 2d1e1aedd04e7abe5401164729419c6726dc3e76 (diff) | |
download | pkgsrc-cdd8a4cf97550b87cb5523ad5c1b76edb928b575.tar.gz |
Update to 1.4.1a. USE_LIBINTL, USE_LIBTOOL.
Changes since 1.4.0:
Bugfixes in list building/updating, and cancels on opennap servers.
Diffstat (limited to 'net/gnapster/Makefile')
-rw-r--r-- | net/gnapster/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net/gnapster/Makefile b/net/gnapster/Makefile index efba51d37d4..d922fc80dc9 100644 --- a/net/gnapster/Makefile +++ b/net/gnapster/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2000/10/22 11:05:57 rh Exp $ +# $NetBSD: Makefile,v 1.11 2000/12/02 02:52:46 wiz Exp $ # -DISTNAME= gnapster-1.4.0 +DISTNAME= gnapster-1.4.1a CATEGORIES= net MASTER_SITES= http://www.faradic.net/~jasta/files/ @@ -9,14 +9,14 @@ MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.faradic.net/~jasta/programs.html DEPENDS+= gnome-core-*:../../x11/gnome-core +BUILD_DEPENDS+= msgfmt:../../devel/gettext USE_X11BASE= YES USE_GMAKE= YES +USE_LIBINTL= YES +USE_LIBTOOL= YES +LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig GNU_CONFIGURE= # defined -CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" - -CPPFLAGS+= -I${LOCALBASE}/include # libintl.h -CPPFLAGS+= -DUSE_IMLIB=1 .include "../../mk/bsd.pkg.mk" |