summaryrefslogtreecommitdiff
path: root/x11-toolkits/p5-Gnome/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2001-03-12 08:47:11 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2001-03-12 08:47:11 +0000
commit16d437c568f6a8637d8550ca367a082f1c6324b3 (patch)
tree7cee19dd4c8b84b5c93cbd52c7af065e400669a7 /x11-toolkits/p5-Gnome/Makefile
parentUpdate to 0.85. (diff)
Upgrade to Gtk-Perl-0.7005.
Notes
Notes: svn path=/head/; revision=39629
Diffstat (limited to 'x11-toolkits/p5-Gnome/Makefile')
-rw-r--r--x11-toolkits/p5-Gnome/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/x11-toolkits/p5-Gnome/Makefile b/x11-toolkits/p5-Gnome/Makefile
index 4022031a17ee..a0d274371c40 100644
--- a/x11-toolkits/p5-Gnome/Makefile
+++ b/x11-toolkits/p5-Gnome/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Gnome
-PORTVERSION= 0.7004
+PORTVERSION= 0.7005
CATEGORIES= x11-toolkits lang perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Gtk
@@ -19,10 +19,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Gtk/Gdk
USE_PERL5= yes
USE_GNOME= yes
+PERL_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME}
-do-configure:
- @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \
- --with-panel CC="${CC}" CCFLAGS="${CFLAGS}"
-
.include <bsd.port.mk>