aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/multisync/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/multisync/Makefile')
-rw-r--r--deskutils/multisync/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/deskutils/multisync/Makefile b/deskutils/multisync/Makefile
index 32650ea99e86..077596c12464 100644
--- a/deskutils/multisync/Makefile
+++ b/deskutils/multisync/Makefile
@@ -11,16 +11,14 @@ DISTNAME= multisync-${PORTVERSION}
MAINTAINER?= ports@FreeBSD.org
COMMENT?= Synchronize calendars, addressbooks, and other PIM data
+USES= autoreconf gmake libtool pathfix pkgconfig tar:bzip2
USE_GNOME= gnomeprefix libgnomeui
-USES= gmake libtool pathfix pkgconfig tar:bzip2
-USE_AUTOTOOLS= libtoolize aclocal autoconf autoheader automake
-AUTOMAKE_ARGS= -a -c -f
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
MAKE_JOBS_UNSAFE= yes
-pre-configure:
+post-patch:
@${FIND} ${WRKDIR} -type l -delete
.include <bsd.port.mk>