diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2008-09-07 10:20:16 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2008-09-07 10:20:16 +0000 |
commit | 9d2ead2bb4495406b24cddfd1b9313fa188c043d (patch) | |
tree | bc9244b11fc13cfd94a470e539b31dfcad8387cd /security/nmap | |
parent | 132d2d2fdd53953263a26864fb24fa95d7616f53 (diff) | |
download | ports-9d2ead2bb4495406b24cddfd1b9313fa188c043d.tar.gz ports-9d2ead2bb4495406b24cddfd1b9313fa188c043d.zip |
Notes
Diffstat (limited to 'security/nmap')
-rw-r--r-- | security/nmap/Makefile | 1 |
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 |