diff options
author | marcus <marcus@FreeBSD.org> | 2006-04-28 14:21:38 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-04-28 14:21:38 +0800 |
commit | 59853393628db5256a765c554877b675e62a90cb (patch) | |
tree | 75945165a25a9e2ec08028369c3113b652501c6a /x11 | |
parent | f8143f904fd1aeeb7bb1867c9b23ba22cb487102 (diff) | |
download | freebsd-ports-gnome-59853393628db5256a765c554877b675e62a90cb.tar.gz freebsd-ports-gnome-59853393628db5256a765c554877b675e62a90cb.tar.zst freebsd-ports-gnome-59853393628db5256a765c554877b675e62a90cb.zip |
Add a missing USE_PERL5_RUN as some of the utility scripts are Perl-based.
Diffstat (limited to 'x11')
-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 \ |