From 5b86e88686cb0074fe3e45fe2c5a2f9daa715b53 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Mon, 6 May 2013 06:54:19 +0000 Subject: Finish converting www from WITHOUT_NLS to PORT_OPTIONS:MNLS --- www/cadaver/Makefile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'www/cadaver/Makefile') 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 -# +# Created by: Alex Povolotsky # $FreeBSD$ -# PORTNAME= cadaver PORTVERSION= 0.23.3 @@ -50,7 +46,9 @@ post-install: # .endif -.if !defined(WITHOUT_NLS) +.include + +.if ${PORT_OPTIONS:MNLS} USES= gettext iconv CONFIGURE_ARGS+=--with-libiconv-prefix=${LOCALBASE} \ --with-libintl-prefix=${LOCALBASE} -- cgit v1.2.3