diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-06-21 13:45:22 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-06-21 13:45:22 +0000 |
commit | 746a4dfef0876d47d62ae517955d4bbb6966c45c (patch) | |
tree | b61df7b072a71d764bcf8349426610b4fd19b627 /mail/vmailmgr | |
parent | e274d9a1e23447541c48c81964a83cc7164263ca (diff) |
Convert to USES=autoreconf
Notes
Notes:
svn path=/head/; revision=390210
Diffstat (limited to 'mail/vmailmgr')
-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 |