aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2008-02-27 01:25:37 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2008-02-27 01:25:37 +0000
commit00957296aac1a4a22609af1a2f6b434c2563c1c7 (patch)
tree664540a556361754273a66e0097e84c2b69a85d8 /devel
parent39cba4f328d9f253b7854142803f91e22b3a1643 (diff)
downloadports-00957296aac1a4a22609af1a2f6b434c2563c1c7.tar.gz
ports-00957296aac1a4a22609af1a2f6b434c2563c1c7.zip
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/gnome-build/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/gnome-build/Makefile b/devel/gnome-build/Makefile
index dcf8ac4cbbfb..5e85077af8a8 100644
--- a/devel/gnome-build/Makefile
+++ b/devel/gnome-build/Makefile
@@ -8,6 +8,7 @@
PORTNAME= gnome-build
PORTVERSION= 0.2.3
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
@@ -17,7 +18,9 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= A GNOME Build Framework (GBF)
+BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Locale/gettext.pm:${PORTSDIR}/devel/p5-Locale-gettext
LIB_DEPENDS= gdl-gnome-1.0:${PORTSDIR}/x11-toolkits/gdl
+RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Locale/gettext.pm:${PORTSDIR}/devel/p5-Locale-gettext
USE_XLIB= yes
USE_BZIP2= yes
@@ -27,7 +30,7 @@ USE_GETTEXT= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_LDCONFIG= yes
-USE_PERL5_RUN= yes
+USE_PERL5= yes
CONFIGURE_ARGS= --enable-compile-warnings=no
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib -lgnuregex"