diff options
author | sat <sat@FreeBSD.org> | 2006-11-15 18:18:32 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-11-15 18:18:32 +0800 |
commit | b86e7c9f15e5c9b49c8d2a31b3ee69c1b8babbae (patch) | |
tree | 4a6677439f1c12982163d83113b5deaff31fa198 /x11-wm | |
parent | 28a375d064b579f97b4037e625b7c7c435efbfc0 (diff) | |
download | freebsd-ports-gnome-b86e7c9f15e5c9b49c8d2a31b3ee69c1b8babbae.tar.gz freebsd-ports-gnome-b86e7c9f15e5c9b49c8d2a31b3ee69c1b8babbae.tar.zst freebsd-ports-gnome-b86e7c9f15e5c9b49c8d2a31b3ee69c1b8babbae.zip |
- Make package depend on iconv
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" |