aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/microdc2
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-05-06 18:22:41 +0800
committerbapt <bapt@FreeBSD.org>2013-05-06 18:22:41 +0800
commit9448bf8a9893f033f4857b17e60990eaf05437f2 (patch)
tree35173dab2afafdac2c12b688bfc1f1397a7b8cfb /net-p2p/microdc2
parent3d353e31abfcd08740e73294d90f9ba291e25502 (diff)
downloadfreebsd-ports-gnome-9448bf8a9893f033f4857b17e60990eaf05437f2.tar.gz
freebsd-ports-gnome-9448bf8a9893f033f4857b17e60990eaf05437f2.tar.zst
freebsd-ports-gnome-9448bf8a9893f033f4857b17e60990eaf05437f2.zip
Convert from WITHOUT_NLS to PORT_OPTIONS:MNLS
While here do some conversion to new options framework
Diffstat (limited to 'net-p2p/microdc2')
-rw-r--r--net-p2p/microdc2/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/net-p2p/microdc2/Makefile b/net-p2p/microdc2/Makefile
index 76b135010778..4a23f66ef971 100644
--- a/net-p2p/microdc2/Makefile
+++ b/net-p2p/microdc2/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: microdc
-# Date created: 2006-12-02
-# Whom: Pankov Pavel <pankov_p@mail.ru>
-#
+# Created by: Pankov Pavel <pankov_p@mail.ru>
# $FreeBSD$
-#
PORTNAME= microdc2
PORTVERSION= 0.15.6
@@ -21,7 +17,9 @@ GNU_CONFIGURE= yes
USES= iconv
USE_GNOME= libxml2
-.if !defined(WITHOUT_NLS)
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MNLS}
USES+= gettext
PLIST_SUB+= NLS=""
.else