diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2010-02-15 20:15:22 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2010-02-15 20:15:22 +0000 |
commit | 1cb3b37515ed1a3085f5f6ee4ae7151581e7c85e (patch) | |
tree | 37680f54ab7b312ff60fe23673be5d7161539964 /textproc | |
parent | b3d2f67f14c71e296abcc8d520242235d38f6dce (diff) |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/isearch/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/isearch/Makefile b/textproc/isearch/Makefile index f4b0edaf1c7c..0ffc581a5b4d 100644 --- a/textproc/isearch/Makefile +++ b/textproc/isearch/Makefile @@ -12,9 +12,12 @@ CATEGORIES= textproc databases MASTER_SITES= http://www.etymon.com/software/Isearch/ DISTNAME= Isearch-${PORTVERSION} -MAINTAINER= pmarquis@pobox.com +MAINTAINER= ports@FreeBSD.org COMMENT= Text Search Engine by CNIDR +DEPRECATED= abandoned upstream, uses an obsolete version of GCC, not used by any other port +EXPIRATION_DATE=2010-03-15 + USE_GCC= 3.4 CFLAGS+= -fwritable-strings |