aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/fvwm2-devel
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2003-07-10 03:04:04 +0000
committerCy Schubert <cy@FreeBSD.org>2003-07-10 03:04:04 +0000
commitbb792eb38b180f843d7319597163876726f885f7 (patch)
tree518c6842a70d5ae0242e5cac03b901448da3eaf1 /x11-wm/fvwm2-devel
parent74b8cff4b957a054d8ae8520fa74e010c4e412a9 (diff)
downloadports-bb792eb38b180f843d7319597163876726f885f7.tar.gz
ports-bb792eb38b180f843d7319597163876726f885f7.zip
Add multibyte support.
PR: 54065 Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
Notes
Notes: svn path=/head/; revision=84559
Diffstat (limited to 'x11-wm/fvwm2-devel')
-rw-r--r--x11-wm/fvwm2-devel/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/x11-wm/fvwm2-devel/Makefile b/x11-wm/fvwm2-devel/Makefile
index fc22fc3e4f77..84abbcc959e1 100644
--- a/x11-wm/fvwm2-devel/Makefile
+++ b/x11-wm/fvwm2-devel/Makefile
@@ -7,6 +7,7 @@
PORTNAME= fvwm
PORTVERSION= 2.5.7
+PORTREVISION= 1
CATEGORIES= x11-wm
MASTER_SITES= ftp://ftp.fvwm.org/pub/fvwm/version-2/ \
http://www.fvwm.org/generated/icon_download/
@@ -48,6 +49,10 @@ CONFIGURE_ARGS+= --disable-sm
CONFIGURE_ARGS+= --disable-shape
.endif
+.if defined(WITH_MULTIBYTE)
+CONFIGURE_ARGS+= --enable-multibyte
+.endif
+
.if !defined(WITHOUT_PNG)
LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png
CONFIGURE_ARGS+= --with-png --with-png-includes=${LOCALBASE}/include \