diff options
-rw-r--r-- | graphics/teddy/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/teddy/Makefile b/graphics/teddy/Makefile index 68aaec5585cb..2ab36a9f1e56 100644 --- a/graphics/teddy/Makefile +++ b/graphics/teddy/Makefile @@ -33,9 +33,12 @@ PLIST_FILES= lib/libTeddy.a libdata/pkgconfig/Teddy.pc .include <bsd.port.pre.mk> .if ${OSVERSION} >= 502126 -BROKEN= "Does not compile on FreeBSD >= 5.x" +BROKEN= Does not compile on FreeBSD >= 5.x .endif +DEPRECATED= No new releases in the past 4 years +EXPIRATION_DATE=2007-01-01 + post-extract: @${CHMOD} +x ${WRKSRC}/configure |