diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-04-15 13:14:48 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-04-15 13:14:48 +0000 |
commit | 7976ce6d4f7caafbdb2ba77194ee7fbe1d58b169 (patch) | |
tree | 70dc88d916e843205697b09ebd7a52e7e078d643 | |
parent | 231837a442cf0f4228b6dbdff40f4ed628274575 (diff) | |
download | ports-7976ce6d4f7caafbdb2ba77194ee7fbe1d58b169.tar.gz ports-7976ce6d4f7caafbdb2ba77194ee7fbe1d58b169.zip |
Notes
-rw-r--r-- | net/ntop/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile index c17657b201bb..e09ba6ae743e 100644 --- a/net/ntop/Makefile +++ b/net/ntop/Makefile @@ -11,6 +11,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Network monitoring tool with command line and web interfaces LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libgdbm.so:${PORTSDIR}/databases/gdbm \ libevent.so:${PORTSDIR}/devel/libevent2 @@ -22,7 +23,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} \ DBDIR?= /var/db -USES= autoreconf:build gmake libtool python +USES= autoreconf:build cpe gmake libtool python USE_GNOME= libxml2 USE_OPENSSL= yes GNU_CONFIGURE= yes |