diff options
author | vs <vs@FreeBSD.org> | 2006-04-09 14:56:37 +0000 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2006-04-09 14:56:37 +0000 |
commit | c27ade7cd57970db603331a09a2d2fe2352a0a63 (patch) | |
tree | dd534e5ec20d87f06e2159d7df077c49ed935e2a /mail | |
parent | c5207af5ac442edebfa2fdfa651d13b40af2ea7a (diff) | |
download | FreeBSD-ports-c27ade7cd57970db603331a09a2d2fe2352a0a63.zip FreeBSD-ports-c27ade7cd57970db603331a09a2d2fe2352a0a63.tar.gz |
Drop USE_GCC: No longer necessary (reported by Mikhail Teterin)
PR: ports/94094
Submitted by: maintainer
Diffstat (limited to 'mail')
-rw-r--r-- | mail/spamprobe/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/spamprobe/Makefile b/mail/spamprobe/Makefile index 5c08f6f..79e0afa 100644 --- a/mail/spamprobe/Makefile +++ b/mail/spamprobe/Makefile @@ -16,7 +16,6 @@ COMMENT= Spam detector using Bayesian analysis of word counts LIB_DEPENDS= db4:${PORTSDIR}/databases/db4 -USE_GCC= 3.2+ GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" |