aboutsummaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2010-09-07 22:33:42 +0000
committerSteve Wills <swills@FreeBSD.org>2010-09-07 22:33:42 +0000
commit4e398e786c0db1f788d7bb8a0d0a61ec63fc940d (patch)
tree17e0fee7845f50aea94db266309902d92a364b66 /deskutils
parenta60cab8211ebd691c667ddf5c5d5e5ec2d046201 (diff)
downloadports-4e398e786c0db1f788d7bb8a0d0a61ec63fc940d.tar.gz
ports-4e398e786c0db1f788d7bb8a0d0a61ec63fc940d.zip
Notes
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/drivel/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/deskutils/drivel/Makefile b/deskutils/drivel/Makefile
index 336c5c1f5d19..0637c4e130a7 100644
--- a/deskutils/drivel/Makefile
+++ b/deskutils/drivel/Makefile
@@ -21,6 +21,7 @@ USE_GNOME= glib20 gtk20 gconf2 gnomevfs2 gtksourceview2 libxml2 gnomedocutils
USE_GSTREAMER= soup
USE_BZIP2= yes
USE_GMAKE= yes
+USE_GETTEXT= yes
INSTALLS_OMF= yes
USE_AUTOTOOLS= libtool:22 autoconf:262:env automake:110:env
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
@@ -40,6 +41,6 @@ pre-everything::
@${ECHO_MSG} ""
pre-configure:
- ( cd ${WRKSRC} ; autoreconf )
+ ( cd ${WRKSRC} ; ${AUTORECONF} )
.include <bsd.port.mk>