fix wantlib, noticed by rui reis (who had sent a proper update which got
ignored...)
This commit is contained in:
parent
56a16dd8e9
commit
cab6588f0e
@ -1,9 +1,7 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2006/06/05 15:57:08 couderc Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2006/06/06 00:59:48 jolan Exp $
|
||||
|
||||
COMMENT= "network traffic viewer"
|
||||
|
||||
VERSION= 1.8.1
|
||||
DISTNAME= pktstat-${VERSION}
|
||||
DISTNAME= pktstat-1.8.1
|
||||
CATEGORIES= net
|
||||
|
||||
HOMEPAGE= http://www.adaptive-enterprises.com.au/~d/software/pktstat/
|
||||
@ -15,7 +13,7 @@ PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= c curses m pcap
|
||||
WANTLIB= c m pcap termlib
|
||||
|
||||
MASTER_SITES= ${HOMEPAGE}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user