aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authoroliver <oliver@FreeBSD.org>2008-09-07 18:20:16 +0800
committeroliver <oliver@FreeBSD.org>2008-09-07 18:20:16 +0800
commit8e39b143e1a74e57a118d59e0f73617eb7974300 (patch)
tree841012f32048ddda38be898e7094654bbf2b43c9 /security
parent88a1dc5a41c58b549f6b137077a0d52c14675c5c (diff)
downloadfreebsd-ports-gnome-8e39b143e1a74e57a118d59e0f73617eb7974300.tar.gz
freebsd-ports-gnome-8e39b143e1a74e57a118d59e0f73617eb7974300.tar.zst
freebsd-ports-gnome-8e39b143e1a74e57a118d59e0f73617eb7974300.zip
fix build when openssl is not in base but in $LOCALBASE
Approved by: maintainer
Diffstat (limited to 'security')
-rw-r--r--security/nmap/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/nmap/Makefile b/security/nmap/Makefile
index 58e50208e532..53eb1b4583a7 100644
--- a/security/nmap/Makefile
+++ b/security/nmap/Makefile
@@ -36,6 +36,7 @@ MAN1= nmap.1
.ifndef WITHOUT_SSL
USE_OPENSSL= yes
CONFIGURE_ARGS+= --with-openssl=${OPENSSLBASE}
+CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${OPENSSLINC}"
.else
CONFIGURE_ARGS+= --without-openssl
.endif