diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-26 15:10:57 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-26 15:10:57 +0000 |
commit | 9dbc02d2c5d8b2c2c499e0e86015bc9505c69318 (patch) | |
tree | a82894e443e00d2d1e62c361da23f99b943f1351 /devel/subversion | |
parent | ab49cb5a84477145caac35e88ca5cfc76001c68f (diff) | |
download | ports-9dbc02d2c5d8b2c2c499e0e86015bc9505c69318.tar.gz ports-9dbc02d2c5d8b2c2c499e0e86015bc9505c69318.zip |
Notes
Diffstat (limited to 'devel/subversion')
-rw-r--r-- | devel/subversion/Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/subversion/Makefile.common b/devel/subversion/Makefile.common index d01fbf463a4e..4a6a3acc037e 100644 --- a/devel/subversion/Makefile.common +++ b/devel/subversion/Makefile.common @@ -130,7 +130,7 @@ LIB_DEPENDS+= svn_client-1:${PORTSDIR}/devel/subversion # KWallet requires NLS to be enabled. .if ${PORT_OPTIONS:MNLS} || ${PORT_OPTIONS:MKDE_KWALLET} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= WITHOUT_GETTEXT="" .else CONFIGURE_ARGS+=--disable-nls |