diff options
author | tijl <tijl@FreeBSD.org> | 2015-04-19 03:09:03 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2015-04-19 03:09:03 +0800 |
commit | 500826a809bbd71edc62d48f1474e0df300807af (patch) | |
tree | d239b6db58366e22a201e225b4bcdd4808c68c94 /deskutils/multisync/Makefile | |
parent | eec3d3cd706f56930b5cff07e273af3290d9359d (diff) | |
download | freebsd-ports-gnome-500826a809bbd71edc62d48f1474e0df300807af.tar.gz freebsd-ports-gnome-500826a809bbd71edc62d48f1474e0df300807af.tar.zst freebsd-ports-gnome-500826a809bbd71edc62d48f1474e0df300807af.zip |
Convert to USES=autoreconf
Diffstat (limited to 'deskutils/multisync/Makefile')
-rw-r--r-- | deskutils/multisync/Makefile | 6 |
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> |