aboutsummaryrefslogtreecommitdiff
path: root/www/cadaver/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-05-06 06:54:19 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-05-06 06:54:19 +0000
commit5b86e88686cb0074fe3e45fe2c5a2f9daa715b53 (patch)
tree917c9e74d0d7de4a4a9e126b6be668086605c02f /www/cadaver/Makefile
parent90a41d7ec32eff9ff244bbcd33ac0e166101aa7c (diff)
downloadports-5b86e88686cb0074fe3e45fe2c5a2f9daa715b53.tar.gz
ports-5b86e88686cb0074fe3e45fe2c5a2f9daa715b53.zip
Finish converting www from WITHOUT_NLS to PORT_OPTIONS:MNLS
Notes
Notes: svn path=/head/; revision=317472
Diffstat (limited to 'www/cadaver/Makefile')
-rw-r--r--www/cadaver/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/www/cadaver/Makefile b/www/cadaver/Makefile
index 73d4f25248a4..0d71be12716c 100644
--- a/www/cadaver/Makefile
+++ b/www/cadaver/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: cadaver
-# Date created: 13 January 2000
-# Whom: Alex Povolotsky <tarkhil@over.ru>
-#
+# Created by: Alex Povolotsky <tarkhil@over.ru>
# $FreeBSD$
-#
PORTNAME= cadaver
PORTVERSION= 0.23.3
@@ -50,7 +46,9 @@ post-install:
#
.endif
-.if !defined(WITHOUT_NLS)
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MNLS}
USES= gettext iconv
CONFIGURE_ARGS+=--with-libiconv-prefix=${LOCALBASE} \
--with-libintl-prefix=${LOCALBASE}