diff options
author | az <az@FreeBSD.org> | 2013-09-04 11:27:37 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-04 11:27:37 +0800 |
commit | b11eaee46a2e6d5743b95225a6244f94b9f8bad4 (patch) | |
tree | 00ab6a9b2ac185234ddc8fe1dd36a7b7d777cfa6 /net-mgmt/routers2 | |
parent | 714789fd0ce123acfab6c0d23acb54ae624b0c58 (diff) | |
download | freebsd-ports-gnome-b11eaee46a2e6d5743b95225a6244f94b9f8bad4.tar.gz freebsd-ports-gnome-b11eaee46a2e6d5743b95225a6244f94b9f8bad4.tar.zst freebsd-ports-gnome-b11eaee46a2e6d5743b95225a6244f94b9f8bad4.zip |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'net-mgmt/routers2')
-rw-r--r-- | net-mgmt/routers2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/routers2/Makefile b/net-mgmt/routers2/Makefile index 08b5a6a2b7f3..d61b865c0a08 100644 --- a/net-mgmt/routers2/Makefile +++ b/net-mgmt/routers2/Makefile @@ -28,7 +28,7 @@ RUN_DEPENDS= p5-Convert-ASN1>=0:${PORTSDIR}/converters/p5-Convert-ASN1 \ WRKSRC= ${WRKDIR}/${PORTNAME}-v${PORTVERSION} -USE_PERL5= YES +USES= perl5 NO_BUILD= YES |