diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2006-02-18 19:20:31 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2006-02-18 19:20:31 +0800 |
commit | be4248e0c496337132b44db4d66c22752b35c832 (patch) | |
tree | 043d06b1e56b539eeb7369bd8552062aeef72e48 | |
parent | 2b9b270a9fbd09cb2af8e393f8feb544ddcd762e (diff) | |
download | freebsd-ports-gnome-be4248e0c496337132b44db4d66c22752b35c832.tar.gz freebsd-ports-gnome-be4248e0c496337132b44db4d66c22752b35c832.tar.zst freebsd-ports-gnome-be4248e0c496337132b44db4d66c22752b35c832.zip |
Fix build of "slave port" (security/nmapfe) on 4.x by using GCC 3.2+
PR: 93452
Submitted by: Daniel Roethlisberger <daniel@roe.ch> (maintainer)
-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 ce656d7c63ed..58a044f8b017 100644 --- a/security/nmap/Makefile +++ b/security/nmap/Makefile @@ -70,6 +70,7 @@ MAN1= nmapfe.1 MLINKS= nmapfe.1 xnmap.1 USE_GNOME= gtk20 +USE_GCC= 3.2+ CONFIGURE_ARGS+=--without-openssl |