diff options
author | bapt <bapt@FreeBSD.org> | 2015-06-21 21:45:22 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-06-21 21:45:22 +0800 |
commit | 231647c1627f59f942072a306a14cbaf61a59f1e (patch) | |
tree | b61df7b072a71d764bcf8349426610b4fd19b627 /mail | |
parent | bc0da6e581fd0f77547af1beb19977af62c8b22f (diff) | |
download | freebsd-ports-gnome-231647c1627f59f942072a306a14cbaf61a59f1e.tar.gz freebsd-ports-gnome-231647c1627f59f942072a306a14cbaf61a59f1e.tar.zst freebsd-ports-gnome-231647c1627f59f942072a306a14cbaf61a59f1e.zip |
Convert to USES=autoreconf
Diffstat (limited to 'mail')
-rw-r--r-- | mail/vmailmgr/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/vmailmgr/Makefile b/mail/vmailmgr/Makefile index eabed06f1e45..9927da2b61f1 100644 --- a/mail/vmailmgr/Makefile +++ b/mail/vmailmgr/Makefile @@ -13,10 +13,9 @@ COMMENT= Virtual domain manager for qmail # get python paths (PYTHON_SITELIBDIR) in case we install the python API -USES= gmake perl5 python -USE_AUTOTOOLS= autoconf autoheader automake aclocal +USES= autoreconf gmake perl5 python +GNU_CONFIGURE= yes USE_PERL5= build -AUTOMAKE_ARGS+= --add-missing -Wno-portability OPTIONS_DEFINE= PYTHONLIBS PYTHONLIBS_DESC= Install the Python API |