diff options
author | cy <cy@FreeBSD.org> | 2007-09-08 00:55:11 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2007-09-08 00:55:11 +0800 |
commit | b4ddefcc623d7941befc3a8365d8f39bf747d0bb (patch) | |
tree | f3308edac1e3e1966f6fd6ced912c6e7d8bf7944 /x11-wm/fvwm2-devel/Makefile | |
parent | 0fbcc43bbc26206cddb1fee7fd1fc2aab72b7e1f (diff) | |
download | freebsd-ports-gnome-b4ddefcc623d7941befc3a8365d8f39bf747d0bb.tar.gz freebsd-ports-gnome-b4ddefcc623d7941befc3a8365d8f39bf747d0bb.tar.zst freebsd-ports-gnome-b4ddefcc623d7941befc3a8365d8f39bf747d0bb.zip |
Update 2.5.21 --> 2.5.23
Diffstat (limited to 'x11-wm/fvwm2-devel/Makefile')
-rw-r--r-- | x11-wm/fvwm2-devel/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-wm/fvwm2-devel/Makefile b/x11-wm/fvwm2-devel/Makefile index 550369a9045f..808883ab831e 100644 --- a/x11-wm/fvwm2-devel/Makefile +++ b/x11-wm/fvwm2-devel/Makefile @@ -6,8 +6,7 @@ # PORTNAME= fvwm -PORTVERSION= 2.5.21 -PORTREVISION= 1 +PORTVERSION= 2.5.23 CATEGORIES= x11-wm MASTER_SITES= ftp://ftp.fvwm.org/pub/fvwm/version-2/ \ http://www.fvwm.org/generated/icon_download/ @@ -53,7 +52,8 @@ CONFIGURE_ARGS+= --disable-iconv .else USE_ICONV= yes CONFIGURE_ARGS+= --with-iconv-library=${LOCALBASE}/lib \ - --with-iconv-includes=${LOCALBASE}/include + --with-iconv-includes=${LOCALBASE}/include \ + --mandir=${LOCALBASE}/man .endif .if defined(WITH_STROKE) |