diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-11-05 10:44:56 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-11-05 10:44:56 +0000 |
commit | f83c3dfdd5a6f6dd2ac522ba702061d3a7bc3fc3 (patch) | |
tree | 8e507951389cf40f289f6836e9898c57a0d7fe7a /graphics | |
parent | - Remove chinese/xcin25. It is renamed to chinese/xcin to reflect its real (diff) |
- Mark for removal in 2 months (No new releases in the past 4 years)
Diffstat (limited to 'graphics')
-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 |