diff options
author | krion <krion@FreeBSD.org> | 2004-08-08 13:45:13 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-08-08 13:45:13 +0800 |
commit | c9d01a9c537d362aff188603bd47dba7d55f5175 (patch) | |
tree | ee662edecc4f738499c7772c62e26aeba6fa28f8 /net/trafshow3/Makefile | |
parent | 7636bab4e9ce7478cce35f5efa1efffbb6ae0804 (diff) | |
download | freebsd-ports-gnome-c9d01a9c537d362aff188603bd47dba7d55f5175.tar.gz freebsd-ports-gnome-c9d01a9c537d362aff188603bd47dba7d55f5175.tar.zst freebsd-ports-gnome-c9d01a9c537d362aff188603bd47dba7d55f5175.zip |
Update to 4.0
PR: ports/70152
Submitted by: maintainer
Diffstat (limited to 'net/trafshow3/Makefile')
-rw-r--r-- | net/trafshow3/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/trafshow3/Makefile b/net/trafshow3/Makefile index 07b9641894a2..88c7a90d31bc 100644 --- a/net/trafshow3/Makefile +++ b/net/trafshow3/Makefile @@ -6,8 +6,7 @@ # PORTNAME= trafshow -PORTVERSION= 3.1 -PORTREVISION= 4 +PORTVERSION= 4.0 CATEGORIES= net MASTER_SITES= ftp://ftp.sasknow.com/pub/trafshow/ \ ftp://ftp.nsk.su/pub/RinetSoftware/ @@ -20,7 +19,7 @@ COMMENT= Full screen visualization of network traffic .if defined(WITH_TRAFSHOW_SLANG) || \ (exists(${LOCALBASE}/lib/libslang.a) && !defined(WITHOUT_TRAFSHOW_SLANG)) -LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang +LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang .else .if ${OSVERSION} < 400010 LIB_DEPENDS= ncurses.5:${PORTSDIR}/devel/ncurses |