summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2012-04-07 08:40:06 +0000
committerMartin Wilke <miwi@FreeBSD.org>2012-04-07 08:40:06 +0000
commitd753897610a5248d86b3180f82edd21aa6d72979 (patch)
treeb056dca6c0ff86d3f3882071237f3f6df7402adc /x11-wm
parentUpdate to 1.38 (diff)
- Fix build
- Add LICENSE PR: 166054 Submitted by: Ports Fury Feature safe: yes
Notes
Notes: svn path=/head/; revision=294316
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/wmakerconf/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-wm/wmakerconf/Makefile b/x11-wm/wmakerconf/Makefile
index 28f310a6a3ba..ce4def995e47 100644
--- a/x11-wm/wmakerconf/Makefile
+++ b/x11-wm/wmakerconf/Makefile
@@ -16,11 +16,11 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A configuration tool for Window Maker
+LICENSE= GPLv2
+
LIB_DEPENDS= wraster.4:${PORTSDIR}/x11-wm/windowmaker
RUN_DEPENDS= rpm:${PORTSDIR}/archivers/rpm
-BROKEN= Does not build with wmaker 0.95.2
-
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_GNOME= gtk20
@@ -48,5 +48,7 @@ post-patch:
.for file in data/po/ja.po po/ja.po
@${REINPLACE_CMD} -e 's|JISX-0208-1983-0|euc-jp|g' ${WRKSRC}/${file}
.endfor
+ @${FIND} ${WRKSRC}/src -name "*.c" | ${XARGS} ${REINPLACE_CMD} -e \
+ '/WMWritePropListToFile/s|,[[:space:]]YES||g'
.include <bsd.port.mk>