diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2008-11-06 06:33:54 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2008-11-06 06:33:54 +0800 |
commit | 4db6432e4abd753140d9ed6abbf7c081905df803 (patch) | |
tree | e2f9fe8757dfc32abe4baf09ea9e80594a4bd9ef /comms | |
parent | c07680e7935ca1119c419aed4f794bf5889a3996 (diff) | |
download | freebsd-ports-gnome-4db6432e4abd753140d9ed6abbf7c081905df803.tar.gz freebsd-ports-gnome-4db6432e4abd753140d9ed6abbf7c081905df803.tar.zst freebsd-ports-gnome-4db6432e4abd753140d9ed6abbf7c081905df803.zip |
- Unbreak port by fixing configure
PR: 127362
Submitted by: Alex Samorukov <samm at os2 dot kiev dot ua>
Approved by: Daniel Roethlisberger <daniel at roe dot ch> (maintainer)
Diffstat (limited to 'comms')
-rw-r--r-- | comms/libsyncml/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/comms/libsyncml/Makefile b/comms/libsyncml/Makefile index 2a88fb670f64..abf2ef57d1f4 100644 --- a/comms/libsyncml/Makefile +++ b/comms/libsyncml/Makefile @@ -7,7 +7,7 @@ PORTNAME= libsyncml PORTVERSION= 0.4.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms MASTER_SITES= http://libsyncml.opensync.org/download/releases/${PORTVERSION}/ \ http://mirror.roe.ch/dist/${PORTNAME}/ @@ -19,8 +19,6 @@ LIB_DEPENDS= wbxml2:${PORTSDIR}/textproc/wbxml2 \ openobex:${PORTSDIR}/comms/openobex \ soup-2.2.8:${PORTSDIR}/devel/libsoup22 -BROKEN= does not compile - USE_AUTOTOOLS= autoheader:262 automake:110 libtool:15 GNU_CONFIGURE= yes USE_BZIP2= yes @@ -35,4 +33,7 @@ post-patch: -e 's|$${libdir}/pkgconfig|$${prefix}/libdata/pkgconfig|' \ ${WRKSRC}/Makefile.am +pre-configure: + @cd ${WRKSRC}; ${ACLOCAL} + .include <bsd.port.mk> |