diff options
author | kris <kris@FreeBSD.org> | 2005-10-15 11:39:30 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-10-15 11:39:30 +0800 |
commit | e857136b0ea5d32a7b62e3d350cda07eca48293f (patch) | |
tree | ad5e26c9cef2b4663e47211c03b9417dd82cddb6 /security | |
parent | b74b7955865ea922e4553aed06f80da47b6d5ba3 (diff) | |
download | freebsd-ports-gnome-e857136b0ea5d32a7b62e3d350cda07eca48293f.tar.gz freebsd-ports-gnome-e857136b0ea5d32a7b62e3d350cda07eca48293f.tar.zst freebsd-ports-gnome-e857136b0ea5d32a7b62e3d350cda07eca48293f.zip |
This now links dynamically to the dependencies since they now provide them.
Switch from BUILD_DEPENDS to LIB_DEPENDS and bump PORTREVISION.
Diffstat (limited to 'security')
-rw-r--r-- | security/scanssh/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/scanssh/Makefile b/security/scanssh/Makefile index 2878cfe490c5..24c6b085bba1 100644 --- a/security/scanssh/Makefile +++ b/security/scanssh/Makefile @@ -7,15 +7,15 @@ PORTNAME= scanssh PORTVERSION= 2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security net MASTER_SITES= http://www.monkey.org/~provos/ MAINTAINER= kris@FreeBSD.org COMMENT= Scans networks for open proxies, SSH, Web and SMTP servers -BUILD_DEPENDS= ${LOCALBASE}/lib/libdnet.a:${PORTSDIR}/net/libdnet \ - ${LOCALBASE}/lib/libevent.a:${PORTSDIR}/devel/libevent +LIB_DEPENDS= dnet:${PORTSDIR}/net/libdnet \ + event:${PORTSDIR}/devel/libevent GNU_CONFIGURE= YES PLIST_FILES= bin/scanssh |