aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2013-09-13 01:07:08 +0800
committeraz <az@FreeBSD.org>2013-09-13 01:07:08 +0800
commit0a40dc2375b36f8b0dde18c64f7a94194d1f8190 (patch)
treeec18cef613a0fc54432d428850a3c719902d7112 /security
parentc40d62ac5a658e66041580a018de18efae1ded0f (diff)
downloadfreebsd-ports-gnome-0a40dc2375b36f8b0dde18c64f7a94194d1f8190.tar.gz
freebsd-ports-gnome-0a40dc2375b36f8b0dde18c64f7a94194d1f8190.tar.zst
freebsd-ports-gnome-0a40dc2375b36f8b0dde18c64f7a94194d1f8190.zip
- convert to the new perl5 framework
- convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'security')
-rw-r--r--security/clamtk/Makefile4
-rw-r--r--security/p5-openxpki-i18n/Makefile4
-rw-r--r--security/steghide/Makefile3
3 files changed, 4 insertions, 7 deletions
diff --git a/security/clamtk/Makefile b/security/clamtk/Makefile
index 7c5ba0d38b43..23b96281400b 100644
--- a/security/clamtk/Makefile
+++ b/security/clamtk/Makefile
@@ -27,8 +27,8 @@ RUN_DEPENDS= p5-Config-Tiny>=2.12:${PORTSDIR}/devel/p5-Config-Tiny \
p5-Gtk2>=1.144:${PORTSDIR}/x11-toolkits/p5-Gtk2
NO_BUILD= yes
-USE_PERL5_RUN= yes
-USES= gettext:run
+USES= gettext:run perl5
+USE_PERL5= run
MAN1= ${PORTNAME}.1
diff --git a/security/p5-openxpki-i18n/Makefile b/security/p5-openxpki-i18n/Makefile
index 0ba456f1badf..77fee02cd461 100644
--- a/security/p5-openxpki-i18n/Makefile
+++ b/security/p5-openxpki-i18n/Makefile
@@ -16,11 +16,9 @@ BUILD_DEPENDS= \
p5-openxpki>=0:${PORTSDIR}/security/p5-openxpki
RUN_DEPENDS:= ${BUILD_DEPENDS}
-USE_PERL5= yes
-USES= gettext
+USES= gettext gmake perl5
### We can not go WITHOUT_NLS. Internationalization is needed
### even to use English language.
-USE_GMAKE= yes
ALL_TARGET= default
.include <bsd.port.mk>
diff --git a/security/steghide/Makefile b/security/steghide/Makefile
index 9692b3a66cc7..15bc6fbe3e6c 100644
--- a/security/steghide/Makefile
+++ b/security/steghide/Makefile
@@ -21,8 +21,7 @@ LIB_DEPENDS= mcrypt.8:${PORTSDIR}/security/libmcrypt \
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= gettext
-USE_PERL5= yes
+USES= gettext perl5
USE_AUTOTOOLS= libtool
USE_GMAKE= yes
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -lintl -lmcrypt"