summaryrefslogtreecommitdiff
path: root/textproc/xalan-c
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2013-04-27 18:25:24 +0000
committerMarcus von Appen <mva@FreeBSD.org>2013-04-27 18:25:24 +0000
commit95e70819761ed898d6a4ea9874d4bd43a5491f3e (patch)
tree05c37dd385b99b953046290a1ad749042e2d1c51 /textproc/xalan-c
parent284101cc39e019e4530f6878d10381ed2e68a3d5 (diff)
downloadfreebsd-ports-95e70819761ed898d6a4ea9874d4bd43a5491f3e.zip
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and USE_GETTEXT=yes to USES=gettext while here
Diffstat (limited to 'textproc/xalan-c')
-rw-r--r--textproc/xalan-c/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/xalan-c/Makefile b/textproc/xalan-c/Makefile
index 0bdeff1abf78..b821a6c57d1b 100644
--- a/textproc/xalan-c/Makefile
+++ b/textproc/xalan-c/Makefile
@@ -88,7 +88,7 @@ MAKE_ENV+= XALAN_USE_ICU=1
MAKE_ENV+= ICUROOT=${ICUROOT}
PLIST_SUB+= ICUDEP=""
.else
-USE_ICONV= yes
+USES+= iconv
LDFLAGS+= -L${LOCALBASE}/lib -liconv
PLIST_SUB+= ICUDEP="@comment "
.endif