diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-04-28 06:21:38 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-04-28 06:21:38 +0000 |
commit | ce368ba6ae97c34fafa9c6cfdd89ed4cdf54c1c3 (patch) | |
tree | 5b6bdf60be17b2a5a24a7cb9afcad654e47e9292 /x11/xscreensaver-gnome | |
parent | f1d1047516d66a1645f02f1abf5aec71db87b2ca (diff) | |
download | ports-ce368ba6ae97c34fafa9c6cfdd89ed4cdf54c1c3.tar.gz ports-ce368ba6ae97c34fafa9c6cfdd89ed4cdf54c1c3.zip |
Notes
Diffstat (limited to 'x11/xscreensaver-gnome')
-rw-r--r-- | x11/xscreensaver-gnome/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xscreensaver-gnome/Makefile b/x11/xscreensaver-gnome/Makefile index 29225e391fdf..59ed934899bd 100644 --- a/x11/xscreensaver-gnome/Makefile +++ b/x11/xscreensaver-gnome/Makefile @@ -7,7 +7,7 @@ PORTNAME?= xscreensaver-gnome PORTVERSION= 4.24 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= x11 gnome MASTER_SITES= http://www.jwz.org/xscreensaver/ DISTNAME= xscreensaver-${PORTVERSION} @@ -24,6 +24,7 @@ USE_XPM= yes USE_GL= yes USE_GMAKE= yes USE_REINPLACE= yes +USE_PERL5_RUN= yes USE_GNOME= gnomehier libglade2 gnomehack GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gl --with-gle --with-xpm --with-xml \ |