diff options
author | rh <rh@pkgsrc.org> | 2000-12-31 12:19:45 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-12-31 12:19:45 +0000 |
commit | eb9ad9a7f398099cbb319adb093e551ec4567bd1 (patch) | |
tree | b8df57d1b3c8892bd3150194f1fd2a0e592febf7 /net/ORBit/Makefile | |
parent | 8029e37364f917e00c13667a95f2037137ee09f1 (diff) | |
download | pkgsrc-eb9ad9a7f398099cbb319adb093e551ec4567bd1.tar.gz |
Update ORBit to 0.5.6. Changes are bugfixes only.
Diffstat (limited to 'net/ORBit/Makefile')
-rw-r--r-- | net/ORBit/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net/ORBit/Makefile b/net/ORBit/Makefile index 886e5c4f466..273e53684dc 100644 --- a/net/ORBit/Makefile +++ b/net/ORBit/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.41 2000/11/27 10:30:45 itojun Exp $ +# $NetBSD: Makefile,v 1.42 2000/12/31 12:19:45 rh Exp $ # -DISTNAME= ORBit-0.5.4 +DISTNAME= ORBit-0.5.6 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/ORBit/} @@ -12,14 +12,14 @@ DEPENDS+= glib>=1.2.7:../../devel/glib DEPENDS+= gindent-*:../../devel/gindent BUILD_DEPENDS+= msgfmt:../../devel/gettext -USE_LIBINTL= # defined -USE_GMAKE= # defined -USE_LIBTOOL= # defined +USE_LIBINTL= YES +USE_GMAKE= YES +USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig \ ${WRKSRC}/popt/ltconfig \ ${WRKSRC}/libIDL/ltconfig -GNU_CONFIGURE= # defined +GNU_CONFIGURE= YES CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" CPPFLAGS+= -I${LOCALBASE}/include # libintl.h |