diff options
author | tijl <tijl@FreeBSD.org> | 2015-04-18 23:14:57 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2015-04-18 23:14:57 +0800 |
commit | 0e4714a35e0a1dbad8571e70dd58de73cd75e9bd (patch) | |
tree | b61b1965e672cbfbc413084d564e65454bf0286a /mail | |
parent | bdf535c9fa1e802419dbc1324bc3b88412eab7e7 (diff) | |
download | freebsd-ports-graphics-0e4714a35e0a1dbad8571e70dd58de73cd75e9bd.tar.gz freebsd-ports-graphics-0e4714a35e0a1dbad8571e70dd58de73cd75e9bd.tar.zst freebsd-ports-graphics-0e4714a35e0a1dbad8571e70dd58de73cd75e9bd.zip |
Convert to USES=autoreconf
Diffstat (limited to 'mail')
-rw-r--r-- | mail/libspf/Makefile | 4 | ||||
-rw-r--r-- | mail/mu/Makefile | 5 |
2 files changed, 3 insertions, 6 deletions
diff --git a/mail/libspf/Makefile b/mail/libspf/Makefile index 3f399932d3f..928e6675abf 100644 --- a/mail/libspf/Makefile +++ b/mail/libspf/Makefile @@ -18,9 +18,7 @@ MAKE_JOBS_UNSAFE=yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= libtool tar:bzip2 -USE_AUTOTOOLS= libtoolize aclocal autoconf autoheader automake -AUTOMAKE_ARGS= -a -c -f +USES= autoreconf libtool tar:bzip2 USE_LDCONFIG= yes PORTDOCS= * diff --git a/mail/mu/Makefile b/mail/mu/Makefile index eb401ae3eab..aa04db4b8a4 100644 --- a/mail/mu/Makefile +++ b/mail/mu/Makefile @@ -20,10 +20,9 @@ GH_PROJECT= ${PORTNAME} GH_TAGNAME= ${PORTVERSION:S/^/v/} GH_COMMIT= 7888ba3 -USES= gmake libtool makeinfo pkgconfig +USES= autoreconf gmake libtool makeinfo pkgconfig USE_GNOME= glib20 -USE_AUTOTOOLS= libtoolize aclocal autoheader automake autoconf -AUTOMAKE_ARGS= --add-missing +GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-silent-rules --disable-gtk INSTALL_TARGET= install-strip |