diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-12 17:07:08 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-12 17:07:08 +0000 |
commit | 46b556be1c5e78a30a7e153cc9096e9ff3fd084a (patch) | |
tree | ec18cef613a0fc54432d428850a3c719902d7112 /deskutils | |
parent | fed77d64811993002799efa97b0032ef9a95edc6 (diff) |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
Notes
Notes:
svn path=/head/; revision=327091
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/adesklets/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/deskutils/adesklets/Makefile b/deskutils/adesklets/Makefile index 10680c3f3e93..d58f359c7ffe 100644 --- a/deskutils/adesklets/Makefile +++ b/deskutils/adesklets/Makefile @@ -21,8 +21,7 @@ USE_PYTHON= yes USE_GMAKE= yes USE_BZIP2= yes USE_EFL= imlib2 -USES= iconv -WANT_PERL= yes +USES= iconv gmake MAN1= adesklets.1 \ adesklets_checkin.1 \ @@ -36,7 +35,7 @@ INSTALLS_EGGINFO= yes LDFLAGS+= ${ICONV_LIB} .if !defined(WITHOUT_PERL) -USE_PERL5= yes +USES+= perl5 PLIST_SUB+= PERL="" .else CONFIGURE_ARGS+= --without-perl-support |