aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/sawfish/Makefile
diff options
context:
space:
mode:
authoranray <anray@FreeBSD.org>2009-05-25 03:52:35 +0800
committeranray <anray@FreeBSD.org>2009-05-25 03:52:35 +0800
commite7007d7582165a7ae9768068f33645d8a8fc9309 (patch)
tree0278be4b427f3160928f2f0d6fd7865cc4eab6a8 /x11-wm/sawfish/Makefile
parent77e659209e01fe2d4516e72e0b7f62be938fc0b9 (diff)
downloadfreebsd-ports-graphics-e7007d7582165a7ae9768068f33645d8a8fc9309.tar.gz
freebsd-ports-graphics-e7007d7582165a7ae9768068f33645d8a8fc9309.tar.zst
freebsd-ports-graphics-e7007d7582165a7ae9768068f33645d8a8fc9309.zip
- Update to 1.3.5.2
Diffstat (limited to 'x11-wm/sawfish/Makefile')
-rw-r--r--x11-wm/sawfish/Makefile15
1 files changed, 6 insertions, 9 deletions
diff --git a/x11-wm/sawfish/Makefile b/x11-wm/sawfish/Makefile
index 2116e7ba364..adbe0b7f1d2 100644
--- a/x11-wm/sawfish/Makefile
+++ b/x11-wm/sawfish/Makefile
@@ -7,8 +7,7 @@
#
PORTNAME= sawfish
-PORTVERSION= 1.3.3
-PORTREVISION= 2
+PORTVERSION= 1.3.5.2
PORTEPOCH= 2
CATEGORIES= x11-wm
MASTER_SITES= SF
@@ -27,17 +26,14 @@ PLIST_SUB= GNUHOST=${GNUHOST} VERSION=${PORTVERSION}
USE_XORG= x11
USE_GMAKE= yes
-USE_GNOME= gnomehier gnomehack esound
-USE_AUTOTOOLS= autoconf:262:env automake:19:env libtool:15:env
-WANT_GNOME= yes
+USE_GNOME= esound
+USE_BZIP2= yes
USE_GETTEXT= yes
GNU_CONFIGURE= yes
-CONFIGURE_SCRIPT= autogen.sh
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share \
--datadir=${PREFIX}/share \
- --enable-capplet \
- --disable-themer \
+ --disable-gnome-widgets \
--with-esd
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
@@ -47,6 +43,7 @@ INFO= sawfish
post-patch:
@${REINPLACE_CMD} -e 's|prog_name|program_name|g' \
- ${WRKSRC}/src/main.c
+ ${WRKSRC}/src/main.c
+ @${MKDIR} ${WRKSRC}/m4
.include <bsd.port.mk>