diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/prcs/Makefile | 3 | ||||
-rw-r--r-- | devel/tvision/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/devel/prcs/Makefile b/devel/prcs/Makefile index 5fb4d17b27d4..f73ddd54e593 100644 --- a/devel/prcs/Makefile +++ b/devel/prcs/Makefile @@ -14,6 +14,9 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= The Project Revision Control System +DEPRECATED= unmaintained, does not work with current versions of GCC, needs gcc33 which fails to build +EXPIRATION_DATE=2009-03-02 + USE_GMAKE= yes GNU_CONFIGURE= yes USE_GCC= 3.3 diff --git a/devel/tvision/Makefile b/devel/tvision/Makefile index 27e31430cab5..c3f75aedbeee 100644 --- a/devel/tvision/Makefile +++ b/devel/tvision/Makefile @@ -16,6 +16,9 @@ MASTER_SITE_SUBDIR= devel/lang/c++ MAINTAINER= ports@FreeBSD.org COMMENT= The Turbo Vision C++ CUI library for UNIX +DEPRECATED= unmaintained, does not work with current versions of GCC, needs gcc33 which fails to build +EXPIRATION_DATE=2009-03-02 + GNU_CONFIGURE= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 |