diff options
author | az <az@FreeBSD.org> | 2013-09-15 00:38:28 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-15 00:38:28 +0800 |
commit | 4174ff03eecd4184352226af8a98daade3cf4be7 (patch) | |
tree | e80da1c3b12e9b81638116893714879a05f794fd /net-mgmt/ndpmon | |
parent | 1205e84f8f70537377f16c28f5fcda617e2228e4 (diff) | |
download | freebsd-ports-gnome-4174ff03eecd4184352226af8a98daade3cf4be7.tar.gz freebsd-ports-gnome-4174ff03eecd4184352226af8a98daade3cf4be7.tar.zst freebsd-ports-gnome-4174ff03eecd4184352226af8a98daade3cf4be7.zip |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'net-mgmt/ndpmon')
-rw-r--r-- | net-mgmt/ndpmon/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/ndpmon/Makefile b/net-mgmt/ndpmon/Makefile index 207fd2c93b0d..fe05545dbd7e 100644 --- a/net-mgmt/ndpmon/Makefile +++ b/net-mgmt/ndpmon/Makefile @@ -30,8 +30,9 @@ PLIST_SUB+= PY="" PLIST_SUB+= PY="@comment " .endif +USES= perl5 +USE_PERL5= run USE_GNOME= libxml2 -USE_PERL5_RUN= yes USE_RC_SUBR= ndpmonitor GNU_CONFIGURE= yes |