aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/windowmaker
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2002-04-12 17:10:20 +0000
committerAde Lovett <ade@FreeBSD.org>2002-04-12 17:10:20 +0000
commitf18cbf2fa6e7c1d623750aaf72027bb6a6a395c1 (patch)
tree9e893c98603cb0cd739358e66f822966d7bdcc5b /x11-wm/windowmaker
parentad6d09753806c4f4d415c00b57ecbca27042b8bb (diff)
downloadports-f18cbf2fa6e7c1d623750aaf72027bb6a6a395c1.tar.gz
ports-f18cbf2fa6e7c1d623750aaf72027bb6a6a395c1.zip
Notes
Diffstat (limited to 'x11-wm/windowmaker')
-rw-r--r--x11-wm/windowmaker/Makefile9
-rw-r--r--x11-wm/windowmaker/files/patch-po::Makefile.in18
2 files changed, 4 insertions, 23 deletions
diff --git a/x11-wm/windowmaker/Makefile b/x11-wm/windowmaker/Makefile
index 25f78c351f8c..a05a69192a25 100644
--- a/x11-wm/windowmaker/Makefile
+++ b/x11-wm/windowmaker/Makefile
@@ -7,6 +7,7 @@
PORTNAME= windowmaker
PORTVERSION= 0.80.0
+PORTREVISION= 1
CATEGORIES= x11-wm windowmaker
MASTER_SITES= ${MASTER_SITE_WINDOWMAKER}
MASTER_SITE_SUBDIR= source/release
@@ -14,11 +15,11 @@ DISTNAME= WindowMaker-${PORTVERSION}
MAINTAINER= sobomax@FreeBSD.org
-BUILD_DEPENDS= msgfmt-new:${PORTSDIR}/devel/gettext
+BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext
LIB_DEPENDS= ungif.5:${PORTSDIR}/graphics/libungif \
png.5:${PORTSDIR}/graphics/png \
tiff.4:${PORTSDIR}/graphics/tiff \
- intl.1:${PORTSDIR}/devel/gettext-old \
+ intl.2:${PORTSDIR}/devel/gettext \
Hermes.1:${PORTSDIR}/graphics/Hermes
RUN_DEPENDS= ${X11BASE}/share/WindowMaker/Themes/Checker.themed/style:${PORTSDIR}/graphics/wmicons
@@ -32,9 +33,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV= X11BASE=${X11BASE} \
LIBS="-L${LOCALBASE}/lib -lintl" \
CPPFLAGS="-I${LOCALBASE}/include" \
- LINGUAS="${LINGUAS}" \
- MSGFMT=${LOCALBASE}/bin/msgfmt-new \
- XGETTEXT=${LOCALBASE}/bin/xgettext-new
+ LINGUAS="${LINGUAS}"
CONFIGURE_ARGS= --with-pixmapdir=${PREFIX}/include/X11/pixmaps \
--with-nlsdir=${PREFIX}/share/locale \
--with-libs-from="-L${LOCALBASE}/lib" \
diff --git a/x11-wm/windowmaker/files/patch-po::Makefile.in b/x11-wm/windowmaker/files/patch-po::Makefile.in
deleted file mode 100644
index c6f82604b428..000000000000
--- a/x11-wm/windowmaker/files/patch-po::Makefile.in
+++ /dev/null
@@ -1,18 +0,0 @@
-
-$FreeBSD$
-
---- po/Makefile.in 2001/07/24 08:40:08 1.1
-+++ po/Makefile.in 2001/07/24 08:40:37
-@@ -215,10 +215,10 @@
-
-
- .po.mo:
-- msgfmt -o $@ $<
-+ msgfmt-new -o $@ $<
-
- WindowMaker.pot: $(POTFILES)
-- xgettext --default-domain=WindowMaker \
-+ $(XGETTEXT) --default-domain=WindowMaker \
- --add-comments --keyword=_ $(POTFILES)
- if cmp -s WindowMaker.po WindowMaker.pot; then \
- rm -f WindowMaker.po; \