diff options
author | tobez <tobez@FreeBSD.org> | 2001-08-25 05:32:55 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2001-08-25 05:32:55 +0800 |
commit | 59d35cc4e8efa5ea6963997f58691d58420a6f4e (patch) | |
tree | 197b4b6a4b3b326a28909d7514c4c3c89e7d008e /x11-toolkits | |
parent | 062843587cb531242f206c2e2aaf70082f97e302 (diff) | |
download | freebsd-ports-gnome-59d35cc4e8efa5ea6963997f58691d58420a6f4e.tar.gz freebsd-ports-gnome-59d35cc4e8efa5ea6963997f58691d58420a6f4e.tar.zst freebsd-ports-gnome-59d35cc4e8efa5ea6963997f58691d58420a6f4e.zip |
Remove redundant USE_PERL5 statements.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/p5-Gnome/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/x11-toolkits/p5-Gnome/Makefile b/x11-toolkits/p5-Gnome/Makefile index f45ea8c4a694..1097c1f9c1a6 100644 --- a/x11-toolkits/p5-Gnome/Makefile +++ b/x11-toolkits/p5-Gnome/Makefile @@ -19,7 +19,6 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Gtk/Gdk ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Gtk.pm:${PORTSDIR}/x11-toolkits/p5-Gtk RUN_DEPENDS= ${BUILD_DEPENDS} -USE_PERL5= yes USE_GNOME= yes PERL_CONFIGURE= yes WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME} |