aboutsummaryrefslogtreecommitdiffstats
path: root/security/gnutls-devel
diff options
context:
space:
mode:
authorjgh <jgh@FreeBSD.org>2013-04-30 14:28:27 +0800
committerjgh <jgh@FreeBSD.org>2013-04-30 14:28:27 +0800
commitf295e054a260dfe63b0118e593f9c0ca548a52df (patch)
tree9ac8f69fd2dfd45c6681e387401491b9bfe89ed8 /security/gnutls-devel
parent01caedcbcc0dfdc057c7f11d56cbb949ba1cf620 (diff)
downloadfreebsd-ports-gnome-f295e054a260dfe63b0118e593f9c0ca548a52df.tar.gz
freebsd-ports-gnome-f295e054a260dfe63b0118e593f9c0ca548a52df.tar.zst
freebsd-ports-gnome-f295e054a260dfe63b0118e593f9c0ca548a52df.zip
- convert ports to USES= gettext
Approved by: portmgr (bapt@)
Diffstat (limited to 'security/gnutls-devel')
-rw-r--r--security/gnutls-devel/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/gnutls-devel/Makefile b/security/gnutls-devel/Makefile
index 158ea23b4d98..57a5577a8080 100644
--- a/security/gnutls-devel/Makefile
+++ b/security/gnutls-devel/Makefile
@@ -35,7 +35,7 @@ CONFIGURE_ARGS+= --disable-guile --disable-silent-rules \
--disable-hardware-acceleration
MANCOMPRESSED= no
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
.if (defined(WITH_LIBTASN1) || exists(${LOCALBASE}/lib/libtasn1.so.5)) && !defined(WITHOUT_LIBTASN1)
LIB_DEPENDS+= tasn1.5:${PORTSDIR}/security/libtasn1
@@ -54,7 +54,7 @@ PLIST_SUB+= CXX=""
CONFIGURE_ARGS+= --disable-nls
PLIST_SUB+= NLS="@comment "
.else
-USE_GETTEXT= yes
+USES+= gettext
PLIST_SUB+= NLS=""
.endif
@@ -80,4 +80,4 @@ post-install:
.endif
.include "Makefile.man"
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>