aboutsummaryrefslogtreecommitdiff
path: root/x11-wm
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
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')
-rw-r--r--x11-wm/fvwm2-devel/Makefile5
-rw-r--r--x11-wm/fvwm2/Makefile5
-rw-r--r--x11-wm/fvwm24/Makefile5
3 files changed, 15 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 \
diff --git a/x11-wm/fvwm2/Makefile b/x11-wm/fvwm2/Makefile
index 856e640f510d..9e0aa6395233 100644
--- a/x11-wm/fvwm2/Makefile
+++ b/x11-wm/fvwm2/Makefile
@@ -7,6 +7,7 @@
PORTNAME= fvwm
PORTVERSION= 2.4.16
+PORTREVISION= 1
CATEGORIES= x11-wm
MASTER_SITES= ftp://ftp.fvwm.org/pub/fvwm/version-2/ \
http://www.fvwm.org/generated/icon_download/
@@ -46,6 +47,10 @@ CONFIGURE_ARGS+= --disable-sm
CONFIGURE_ARGS+= --disable-shape
.endif
+.if defined(WITH_MULTIBYTE)
+CONFIGURE_ARGS+= --enable-multibyte
+.endif
+
PLIST_SUB+= FVWM_VERSION="${PORTVERSION}"
.if ${HAVE_GNOME:Mimlib}!=""
diff --git a/x11-wm/fvwm24/Makefile b/x11-wm/fvwm24/Makefile
index 856e640f510d..9e0aa6395233 100644
--- a/x11-wm/fvwm24/Makefile
+++ b/x11-wm/fvwm24/Makefile
@@ -7,6 +7,7 @@
PORTNAME= fvwm
PORTVERSION= 2.4.16
+PORTREVISION= 1
CATEGORIES= x11-wm
MASTER_SITES= ftp://ftp.fvwm.org/pub/fvwm/version-2/ \
http://www.fvwm.org/generated/icon_download/
@@ -46,6 +47,10 @@ CONFIGURE_ARGS+= --disable-sm
CONFIGURE_ARGS+= --disable-shape
.endif
+.if defined(WITH_MULTIBYTE)
+CONFIGURE_ARGS+= --enable-multibyte
+.endif
+
PLIST_SUB+= FVWM_VERSION="${PORTVERSION}"
.if ${HAVE_GNOME:Mimlib}!=""