aboutsummaryrefslogtreecommitdiff
path: root/security/wpa_supplicant/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/wpa_supplicant/Makefile')
-rw-r--r--security/wpa_supplicant/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/wpa_supplicant/Makefile b/security/wpa_supplicant/Makefile
index 879818f9d8f0..a263078176d4 100644
--- a/security/wpa_supplicant/Makefile
+++ b/security/wpa_supplicant/Makefile
@@ -9,12 +9,12 @@ MASTER_SITES= http://w1.fi/releases/
MAINTAINER= marino@FreeBSD.org
COMMENT= Supplicant (client) for WPA/802.1x protocols
-USES= cpe gmake readline
-USE_OPENSSL= yes
+USES= cpe gmake readline ssl
BUILD_WRKSRC= ${WRKSRC}/wpa_supplicant
INSTALL_WRKSRC= ${WRKSRC}/src
CFLAGS+= ${CPPFLAGS} # USES=readline only augments CPPFLAGS and LDFLAGS
-LDFLAGS+= -lutil
+CFLAGS+= -I${OPENSSLINC}
+LDFLAGS+= -L${OPENSSLLIB} -lutil
SUB_FILES= pkg-message
PORTDOCS= README ChangeLog