diff options
author | mezz <mezz@FreeBSD.org> | 2006-11-15 19:05:05 +0000 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2006-11-15 19:05:05 +0000 |
commit | 25a53e47ca4d31ea6c395d2c7c8476a42b34e075 (patch) | |
tree | 178ab82c113494d4c3d19e7f37a1879829c7fec3 /x11-wm | |
parent | 5e3d7fe9a3f7213f6817809c737a77c5268807ce (diff) | |
download | FreeBSD-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/Makefile | 2 |
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" |