diff -ruN --exclude=CVS /usr/ports/comms/libsyncml/Makefile /usr/home/samm/libsyncml/Makefile --- /usr/ports/comms/libsyncml/Makefile 2008-08-20 03:56:29.000000000 +0300 +++ /usr/home/samm/libsyncml/Makefile 2008-09-14 02:29:07.000000000 +0300 @@ -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 @@ 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 @@ -e 's|$${libdir}/pkgconfig|$${prefix}/libdata/pkgconfig|' \ ${WRKSRC}/Makefile.am +pre-configure: + @cd ${WRKSRC}; ${ACLOCAL} + .include