diff options
author | az <az@FreeBSD.org> | 2013-09-15 02:12:50 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-15 02:12:50 +0800 |
commit | 8e9228a9125fca2fc30a6d68f15e14576792e945 (patch) | |
tree | dec24f1f633a2193cb632bb813e9722ef0d39448 /mail/vmailmgr | |
parent | 68f77c2518cf055ebbfc736e5c06787d794c138c (diff) | |
download | freebsd-ports-gnome-8e9228a9125fca2fc30a6d68f15e14576792e945.tar.gz freebsd-ports-gnome-8e9228a9125fca2fc30a6d68f15e14576792e945.tar.zst freebsd-ports-gnome-8e9228a9125fca2fc30a6d68f15e14576792e945.zip |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'mail/vmailmgr')
-rw-r--r-- | mail/vmailmgr/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/vmailmgr/Makefile b/mail/vmailmgr/Makefile index a48e3821504c..74cda3f3ca3e 100644 --- a/mail/vmailmgr/Makefile +++ b/mail/vmailmgr/Makefile @@ -20,10 +20,10 @@ MAN7= vmailmgr.7 MAN8= vmailmgrd.8 # get python paths (PYTHON_SITELIBDIR) in case we install the python API -USE_GMAKE= yes +USES= gmake perl5 USE_AUTOTOOLS= autoconf autoheader automake aclocal -USE_PYTHON= yes -USE_PERL5_BUILD= yes +USE_PYTHON= yes +USE_PERL5= build AUTOMAKE_ARGS+= --add-missing -Wno-portability OPTIONS_DEFINE= PYTHONLIBS |