aboutsummaryrefslogtreecommitdiff
path: root/dns/mydns-ng/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2009-05-31 18:34:18 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2009-05-31 18:34:18 +0000
commit44f665c2af44c552dbb12728c7d6762e8863b391 (patch)
treea157fca880d58f2d0ad0d725866a61e5c7207dbc /dns/mydns-ng/Makefile
parent6c9268bd82def01f6471ed67c6722a9d4faa9d03 (diff)
Notes
Diffstat (limited to 'dns/mydns-ng/Makefile')
-rw-r--r--dns/mydns-ng/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/dns/mydns-ng/Makefile b/dns/mydns-ng/Makefile
index d20d03dee3a4..c0cced8fd60a 100644
--- a/dns/mydns-ng/Makefile
+++ b/dns/mydns-ng/Makefile
@@ -6,6 +6,7 @@
#
PORTNAME= mydns-ng
+PORTREVISION= 1
PORTVERSION= 1.2.8.27
CATEGORIES= dns databases
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
@@ -63,7 +64,7 @@ PKGNAMESUFFIX= -mysql
USE_MYSQL= yes
.endif
-.if defined(WITHOUT_NLS)
+.if !defined(WITHOUT_NLS)
CONFIGURE_ARGS+=--with-included-gettext
USE_GETTEXT= yes
PLIST_SUB+= NLS=""