diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2015-04-18 15:14:57 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2015-04-18 15:14:57 +0000 |
commit | 2f31f6488fc45cfcb998f900f0bb0e7987a6b06e (patch) | |
tree | b61b1965e672cbfbc413084d564e65454bf0286a /mail/mu/Makefile | |
parent | f84bddd9c2463df378b01403cde0d0433c25b7dd (diff) | |
download | ports-2f31f6488fc45cfcb998f900f0bb0e7987a6b06e.tar.gz ports-2f31f6488fc45cfcb998f900f0bb0e7987a6b06e.zip |
Notes
Diffstat (limited to 'mail/mu/Makefile')
-rw-r--r-- | mail/mu/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/mu/Makefile b/mail/mu/Makefile index eb401ae3eab5..aa04db4b8a47 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 |