diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-12-25 18:08:52 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-12-25 18:08:52 +0000 |
commit | 6d26f1d487a0f8c4861c042cb3d7a9853ce98f37 (patch) | |
tree | d896b7bf543d4073bcaa5f9c0f160366759b22b8 /net-mgmt/macroscope/Makefile | |
parent | dc0086ed619e337154262e898f46ba64908a268f (diff) |
Notes
Diffstat (limited to 'net-mgmt/macroscope/Makefile')
-rw-r--r-- | net-mgmt/macroscope/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-mgmt/macroscope/Makefile b/net-mgmt/macroscope/Makefile index 1a24506f19e8..ea6117c9565c 100644 --- a/net-mgmt/macroscope/Makefile +++ b/net-mgmt/macroscope/Makefile @@ -6,7 +6,7 @@ # PORTNAME= macroscope -PORTVERSION= 1.0.2938 +PORTVERSION= 1.0.3787 CATEGORIES= net-mgmt MASTER_SITES= ftp://ftp.berlios.de/pub/macroscope/ \ http://white-raven.pisem.net/ @@ -17,7 +17,8 @@ COMMENT= User and IP traffic management with Web interface LIB_DEPENDS= lzo2:${PORTSDIR}/archivers/lzo2 \ odbc:${PORTSDIR}/databases/unixODBC \ - pcap:${PORTSDIR}/net/libpcap + pcap:${PORTSDIR}/net/libpcap \ + gd:${PORTSDIR}/graphics/gd USE_RC_SUBR= ${PORTNAME} USE_BZIP2= yes |