aboutsummaryrefslogtreecommitdiff
path: root/devel/m17n-lib/Makefile
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2007-07-07 01:56:02 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2007-07-07 01:56:02 +0000
commita0ba47fbea5bc66ead98898653bd16943e47f392 (patch)
tree8e1d3bd06fd9f0cba573edcae46be317f2ec675e /devel/m17n-lib/Makefile
parent9bde6c90450b0a4d120077a7b0a6b62d6bf02092 (diff)
downloadports-a0ba47fbea5bc66ead98898653bd16943e47f392.tar.gz
ports-a0ba47fbea5bc66ead98898653bd16943e47f392.zip
Notes
Diffstat (limited to 'devel/m17n-lib/Makefile')
-rw-r--r--devel/m17n-lib/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/m17n-lib/Makefile b/devel/m17n-lib/Makefile
index b915218bcf34..578555b59843 100644
--- a/devel/m17n-lib/Makefile
+++ b/devel/m17n-lib/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= m17n-lib
-PORTVERSION= 1.3.3
-PORTREVISION= 1
+PORTVERSION= 1.3.4
CATEGORIES= devel
MASTER_SITES= http://www.m17n.org/m17n-lib-download/
@@ -24,7 +23,6 @@ RUN_DEPENDS= ${LOCALBASE}/share/m17n/mdb.dir:${PORTSDIR}/devel/m17n-db
USE_AUTOTOOLS= libtool:15
USE_XLIB= yes
USE_GNOME= gnometarget libxml2 pkgconfig
-GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
USE_LDCONFIG= yes
@@ -51,5 +49,6 @@ post-patch:
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
's|$${libdir}/pkgconfig|$${prefix}/libdata/pkgconfig|g ; \
s|-ldl||g'
+ @${REINPLACE_CMD} -e '/if test/s|==|=|g' ${WRKSRC}/configure
.include <bsd.port.post.mk>