diff options
author | az <az@FreeBSD.org> | 2013-09-14 22:47:56 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-14 22:47:56 +0800 |
commit | 0e976df11039ab51cbd35c06f4b0500ddda540ed (patch) | |
tree | 2494f1a087318441aea0ea521ccf891615e31715 /www/rt38 | |
parent | 21e950fbb97388d3730c77c1f07359333f3a8168 (diff) | |
download | freebsd-ports-gnome-0e976df11039ab51cbd35c06f4b0500ddda540ed.tar.gz freebsd-ports-gnome-0e976df11039ab51cbd35c06f4b0500ddda540ed.tar.zst freebsd-ports-gnome-0e976df11039ab51cbd35c06f4b0500ddda540ed.zip |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'www/rt38')
-rw-r--r-- | www/rt38/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/rt38/Makefile b/www/rt38/Makefile index 6539a0af6548..d104fe155779 100644 --- a/www/rt38/Makefile +++ b/www/rt38/Makefile @@ -40,7 +40,7 @@ BUILD_DEPENDS+= ${CORE_DEPS} \ RUN_DEPENDS+= ${BUILD_DEPENDS} -USE_PERL5= yes +USES= perl5 USE_AUTOTOOLS= autoconf .include <bsd.port.options.mk> |