diff options
-rw-r--r-- | science/oof/Makefile | 1 | ||||
-rw-r--r-- | www/raqdevil/Makefile | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/science/oof/Makefile b/science/oof/Makefile index 0fa3f5e105a8..9e1a127bfe0e 100644 --- a/science/oof/Makefile +++ b/science/oof/Makefile @@ -53,6 +53,7 @@ PLIST_FILES+= bin/oof2abaqus .include <bsd.port.pre.mk> BROKEN= Broken with GCC 4.2 and beyond +DEPRECATED= ${BROKEN} EXPIRATION_DATE=2009-03-22 .if ${ARCH}==sparc64 diff --git a/www/raqdevil/Makefile b/www/raqdevil/Makefile index 7333326cfa4e..e51fa047a673 100644 --- a/www/raqdevil/Makefile +++ b/www/raqdevil/Makefile @@ -47,7 +47,8 @@ RUN_DEPENDS= ${LOCALBASE}/sbin/sendmail:${PORTSDIR}/mail/${SENDMAIL_MILTER_PORT} analog:${PORTSDIR}/www/analog BUILD_DEPENDS= re2c:${PORTSDIR}/devel/re2c -BROKEN= Master site gone, distfiles not fetchable +BROKEN= Master site gone, distfiles not fetchable +DEPRECATED= ${BROKEN} EXPIRATION_DATE= 2009-04-06 USE_GNOME= glib20 |