diff options
author | Volker Stolz <vs@FreeBSD.org> | 2006-04-09 14:56:37 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2006-04-09 14:56:37 +0000 |
commit | d900f457a85d4480425e8f5117400b2398c4e8f2 (patch) | |
tree | fd9002b1d66628f5061a5aa8981aefc3b44917f4 /mail/spamprobe | |
parent | Master site is dead; drop USE_REINPLACE while here (diff) |
Drop USE_GCC: No longer necessary (reported by Mikhail Teterin)
PR: ports/94094
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=159209
Diffstat (limited to 'mail/spamprobe')
-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 5c08f6fe9e28..79e0afa4273a 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}" |