summaryrefslogtreecommitdiff
path: root/net/ORBit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/ORBit/Makefile')
-rw-r--r--net/ORBit/Makefile6
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"