diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2005-05-27 01:12:32 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2005-05-27 01:12:32 +0000 |
commit | ce0359b5000437b1b9a194a4247906a6fa8c2c96 (patch) | |
tree | 50666ed60b95859b53bf85e450bfdd49e14b5ffa /security/hostapd | |
parent | Add a new variable WITH_STATIC_SUPPLICANT to cause wpa_supplicant to be (diff) |
Use LIB_DEPENDS instead of BUILD_DEPENDS for libdnet.
Submitted by: Pawel Worach <pawel dot worach at gmail dot com>
Notes
Notes:
svn path=/head/; revision=136228
Diffstat (limited to 'security/hostapd')
-rw-r--r-- | security/hostapd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/hostapd/Makefile b/security/hostapd/Makefile index d09725a3e490..75991130640f 100644 --- a/security/hostapd/Makefile +++ b/security/hostapd/Makefile @@ -7,6 +7,7 @@ PORTNAME= hostapd PORTVERSION= 0.3.0 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://hostap.epitest.fi/releases/ DISTNAME= hostapd-${PORTVERSION} @@ -14,7 +15,7 @@ DISTNAME= hostapd-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Authenticator (server) for WPA/802.1x protocols -BUILD_DEPENDS= ${LOCALBASE}/lib/libdnet.a:${PORTSDIR}/net/libdnet +LIB_DEPENDS= dnet.1:${PORTSDIR}/net/libdnet WRKSRC= ${WRKDIR}/${DISTNAME} USE_GMAKE= yes |