diff options
author | brooks <brooks@FreeBSD.org> | 2005-05-27 09:12:32 +0800 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2005-05-27 09:12:32 +0800 |
commit | dae651574341095a22f106275e81460362f03f36 (patch) | |
tree | dbde0bf16a7616a138a0f13f5f2f084d537f8656 /security | |
parent | b4c85e0abe2dfdb268e9fbb998a209bfafae12a9 (diff) | |
download | freebsd-ports-gnome-dae651574341095a22f106275e81460362f03f36.tar.gz freebsd-ports-gnome-dae651574341095a22f106275e81460362f03f36.tar.zst freebsd-ports-gnome-dae651574341095a22f106275e81460362f03f36.zip |
Use LIB_DEPENDS instead of BUILD_DEPENDS for libdnet.
Submitted by: Pawel Worach <pawel dot worach at gmail dot com>
Diffstat (limited to 'security')
-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 |