summaryrefslogtreecommitdiffstats
path: root/x11-wm
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2006-11-15 19:05:05 +0000
committermezz <mezz@FreeBSD.org>2006-11-15 19:05:05 +0000
commit25a53e47ca4d31ea6c395d2c7c8476a42b34e075 (patch)
tree178ab82c113494d4c3d19e7f37a1879829c7fec3 /x11-wm
parent5e3d7fe9a3f7213f6817809c737a77c5268807ce (diff)
downloadFreeBSD-ports-25a53e47ca4d31ea6c395d2c7c8476a42b34e075.zip
FreeBSD-ports-25a53e47ca4d31ea6c395d2c7c8476a42b34e075.tar.gz
Correct it, USE_GETTEXT -> USE_ICONV. There is no gettext stuff in this port.
Pointyhat: sat (for touch this port without my approve)
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/fluxbox-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/fluxbox-devel/Makefile b/x11-wm/fluxbox-devel/Makefile
index 73e9ee9..a778100 100644
--- a/x11-wm/fluxbox-devel/Makefile
+++ b/x11-wm/fluxbox-devel/Makefile
@@ -73,11 +73,11 @@ CONFIGURE_ARGS+= --enable-xinerama
.endif
.if !defined(WITHOUT_NLS)
+USE_ICONV= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib -liconv"
CONFIGURE_ARGS+= --enable-nls
PLIST_SUB+= NLS:=""
-USE_GETTEXT= yes
.else
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
OpenPOWER on IntegriCloud