diff options
author | az <az@FreeBSD.org> | 2013-09-04 11:24:02 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-04 11:24:02 +0800 |
commit | 714789fd0ce123acfab6c0d23acb54ae624b0c58 (patch) | |
tree | c33730bf57cb2fbdb4a4318a7babdc8c8e9ba0f1 /net-mgmt/routers2-extras | |
parent | 0d6d548af2c99bda0dce7a20b45181476a7c5b93 (diff) | |
download | freebsd-ports-gnome-714789fd0ce123acfab6c0d23acb54ae624b0c58.tar.gz freebsd-ports-gnome-714789fd0ce123acfab6c0d23acb54ae624b0c58.tar.zst freebsd-ports-gnome-714789fd0ce123acfab6c0d23acb54ae624b0c58.zip |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'net-mgmt/routers2-extras')
-rw-r--r-- | net-mgmt/routers2-extras/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/routers2-extras/Makefile b/net-mgmt/routers2-extras/Makefile index 816ac2d174b1..8581ea8290d7 100644 --- a/net-mgmt/routers2-extras/Makefile +++ b/net-mgmt/routers2-extras/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= ${LOCALBASE}/www/routers2/routers2.cgi:${PORTSDIR}/net-mgmt/routers WRKSRC= ${WRKDIR}/routers2-v${PORTVERSION}/extras -USE_PERL5= YES +USES= perl5 NO_BUILD= YES |