diff options
author | az <az@FreeBSD.org> | 2013-09-16 18:28:33 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-16 18:28:33 +0800 |
commit | 05fa2cbabb8985728357f978479b622515732ba7 (patch) | |
tree | b70ab98a1d86bd6b9f680219eefb9157782c347b /devel/gearmand | |
parent | 2ec4ffea53a304b55046a3fcec9f3b6d8079d64f (diff) | |
download | freebsd-ports-gnome-05fa2cbabb8985728357f978479b622515732ba7.tar.gz freebsd-ports-gnome-05fa2cbabb8985728357f978479b622515732ba7.tar.zst freebsd-ports-gnome-05fa2cbabb8985728357f978479b622515732ba7.zip |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'devel/gearmand')
-rw-r--r-- | devel/gearmand/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/gearmand/Makefile b/devel/gearmand/Makefile index a00f017812a3..1e468c9dde5e 100644 --- a/devel/gearmand/Makefile +++ b/devel/gearmand/Makefile @@ -30,10 +30,9 @@ USERS= gearmand GROUPS= gearmand FETCH_ARGS= -pRr -USE_PERL5_BUILD=yes +USE_PERL5= build GNU_CONFIGURE= yes -USE_GMAKE= yes -USES= pathfix +USES= pathfix gmake perl5 USE_LDCONFIG= yes USE_PYTHON_BUILD=yes USE_RC_SUBR= gearmand |