diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-11-15 10:18:32 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-11-15 10:18:32 +0000 |
commit | 37e7f3696f935c84439914e5dc9ce789dca4774b (patch) | |
tree | 233aaa899604cff1b4dc6a2f2cb2b15153d355eb /x11-wm | |
parent | 1ac50cdc77a007cd02d14d2e52cecec9d3f4a698 (diff) |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/fluxbox-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/fluxbox-devel/Makefile b/x11-wm/fluxbox-devel/Makefile index c0f2da0fae7e..73e9ee975dea 100644 --- a/x11-wm/fluxbox-devel/Makefile +++ b/x11-wm/fluxbox-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= fluxbox PORTVERSION= 1.0rc2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-wm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= fluxbox @@ -77,6 +77,7 @@ 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" |