aboutsummaryrefslogtreecommitdiff
path: root/dns/mydns/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-07-10 19:07:27 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-07-10 19:07:27 +0000
commit51325d940af41e15482984805add992181e68be0 (patch)
treeef83c55da640b01dd93b6d31c5c0f4120b18e8ba /dns/mydns/Makefile
parent85658cd493906dcdb6c2571351a5a5a203345bc0 (diff)
downloadports-51325d940af41e15482984805add992181e68be0.tar.gz
ports-51325d940af41e15482984805add992181e68be0.zip
Notes
Diffstat (limited to 'dns/mydns/Makefile')
-rw-r--r--dns/mydns/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/dns/mydns/Makefile b/dns/mydns/Makefile
index 4363c468f45f..c5b175b41273 100644
--- a/dns/mydns/Makefile
+++ b/dns/mydns/Makefile
@@ -46,6 +46,14 @@ PKGNAMESUFFIX= -mysql
USE_MYSQL= yes
.endif
+.if !defined(WITHOUT_NLS)
+USE_GETTEXT= yes
+PLIST_SUB+= NLS=""
+.else
+CONFIGURE_ARGS+=--disable-nls
+PLIST_SUB+= NLS="@comment "
+.endif
+
.include <bsd.port.pre.mk>
.if ${ARCH} == "alpha" && ${OSVERSION} >= 502102