diff options
author | Cy Schubert <cy@FreeBSD.org> | 2003-07-10 03:04:04 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2003-07-10 03:04:04 +0000 |
commit | bb792eb38b180f843d7319597163876726f885f7 (patch) | |
tree | 518c6842a70d5ae0242e5cac03b901448da3eaf1 /x11-wm/fvwm24/Makefile | |
parent | Update to version 1.3.8. (diff) |
Add multibyte support.
PR: 54065
Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
Notes
Notes:
svn path=/head/; revision=84559
Diffstat (limited to 'x11-wm/fvwm24/Makefile')
-rw-r--r-- | x11-wm/fvwm24/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
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}!="" |