diff options
author | gerald <gerald@FreeBSD.org> | 2009-06-20 01:51:44 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2009-06-20 01:51:44 +0800 |
commit | 4b3a7c1ce9312579714951e76a3b0697b5516292 (patch) | |
tree | 2be40c60107662a6c7d470cb7c3d372a10c86dfd /security | |
parent | bdf3ac80274182fe93cbc1d29ed189c0cfbe9785 (diff) | |
download | freebsd-ports-gnome-4b3a7c1ce9312579714951e76a3b0697b5516292.tar.gz freebsd-ports-gnome-4b3a7c1ce9312579714951e76a3b0697b5516292.tar.zst freebsd-ports-gnome-4b3a7c1ce9312579714951e76a3b0697b5516292.zip |
Mark DEPRECATED since this has not built for 9+ months.
Approved by: maintainer timeout
Diffstat (limited to 'security')
-rw-r--r-- | security/smtpmap/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/smtpmap/Makefile b/security/smtpmap/Makefile index 4413e50fee65..3960c7ebba83 100644 --- a/security/smtpmap/Makefile +++ b/security/smtpmap/Makefile @@ -14,10 +14,12 @@ MASTER_SITES= http://www.frbsd.org/dist/ MAINTAINER= hubert@frbsd.org COMMENT= An SMTP software identifier +DEPRECATED= depends on GCC 2.95 which has not been available for 9+ months +EXPIRATION_DATE=2009-07-19 + MAKE_ENV= LDFLAGS="${LDFLAGS}" CPPFLAGS="${CPPFLAGS}" USE_BZIP2= yes USE_GMAKE= yes -USE_GCC= 2.95 MAKEFILE= makefile post-patch: |