diff options
author | tron <tron> | 2001-01-14 12:19:34 +0000 |
---|---|---|
committer | tron <tron> | 2001-01-14 12:19:34 +0000 |
commit | 7fb3ed21d40291ce88fb87084ff5c4cf1c15638b (patch) | |
tree | 4b49944bbcc6f6e82dcda3b1734dfc4fec1d636f /net/ORBit/Makefile | |
parent | 6f982f61a69dc118ee20e732e4490dd4d9a40ce1 (diff) | |
download | pkgsrc-7fb3ed21d40291ce88fb87084ff5c4cf1c15638b.tar.gz |
Don't explictly check for the GNU "xgettext". The Solaris one works fine.
Diffstat (limited to 'net/ORBit/Makefile')
-rw-r--r-- | net/ORBit/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net/ORBit/Makefile b/net/ORBit/Makefile index 273e53684dc..434a30e8835 100644 --- a/net/ORBit/Makefile +++ b/net/ORBit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2000/12/31 12:19:45 rh Exp $ +# $NetBSD: Makefile,v 1.43 2001/01/14 12:19:34 tron Exp $ # DISTNAME= ORBit-0.5.6 @@ -10,6 +10,7 @@ HOMEPAGE= http://www.gnome.org/ DEPENDS+= glib>=1.2.7:../../devel/glib DEPENDS+= gindent-*:../../devel/gindent +BUILD_DEPENDS+= autoconf:../../devel/autoconf BUILD_DEPENDS+= msgfmt:../../devel/gettext USE_LIBINTL= YES @@ -25,4 +26,7 @@ CPPFLAGS+= -I${LOCALBASE}/include # libintl.h INFO_FILES= libIDL.info +pre-configure: + cd ${WRKSRC}/popt && autoconf + .include "../../mk/bsd.pkg.mk" |