aboutsummaryrefslogtreecommitdiff
path: root/security/gnomint/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-16 16:45:35 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-16 16:45:35 +0000
commitcddacdc1a85e239682053f3716b7c685f422ebf4 (patch)
tree62ec5ad5c85e69fd9755b85db994f8c7042a1fc0 /security/gnomint/Makefile
parent1f7b0d3e1b562bcd76f89ebdbd346571511c07c0 (diff)
downloadports-cddacdc1a85e239682053f3716b7c685f422ebf4.tar.gz
ports-cddacdc1a85e239682053f3716b7c685f422ebf4.zip
Convert to new perl framework
Convert USE_GMAKE to USES
Notes
Notes: svn path=/head/; revision=327414
Diffstat (limited to 'security/gnomint/Makefile')
-rw-r--r--security/gnomint/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/security/gnomint/Makefile b/security/gnomint/Makefile
index a281dc33f70d..632523beaa19 100644
--- a/security/gnomint/Makefile
+++ b/security/gnomint/Makefile
@@ -11,17 +11,14 @@ MAINTAINER= kevinz5000@gmail.com
COMMENT= X.509 Certification Authority management tool
LICENSE= GPLv3
-LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= gcrypt:${PORTSDIR}/security/libgcrypt \
gnutls:${PORTSDIR}/security/gnutls \
sqlite3:${PORTSDIR}/databases/sqlite3
GNU_CONFIGURE= yes
-USES= pkgconfig
-USE_GMAKE= yes
+USES= gmake perl5 pkgconfig
USE_GNOME= gconf2 gdkpixbuf2 glib20 gtk20
-USE_PERL5= yes
CFLAGS:= ${CFLAGS:C/-Werror//}