diff options
author | miwi <miwi@FreeBSD.org> | 2009-04-11 17:52:52 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-04-11 17:52:52 +0800 |
commit | 8fd2db4f8fece6870141279b7c4fc99db2eeadbe (patch) | |
tree | b15b82911e753c97fad2ead116bf5705867f0af8 /science | |
parent | 976a2164bcdb8fef1bd782c1906fd9f5821f0ee7 (diff) | |
download | freebsd-ports-gnome-8fd2db4f8fece6870141279b7c4fc99db2eeadbe.tar.gz freebsd-ports-gnome-8fd2db4f8fece6870141279b7c4fc99db2eeadbe.tar.zst freebsd-ports-gnome-8fd2db4f8fece6870141279b7c4fc99db2eeadbe.zip |
- Fix DEPRECATED output
Reported by: rmport
Diffstat (limited to 'science')
-rw-r--r-- | science/oof/Makefile | 1 |
1 files changed, 1 insertions, 0 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 |