diff options
author | miwi <miwi@FreeBSD.org> | 2006-11-05 18:44:56 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-11-05 18:44:56 +0800 |
commit | 53a74b3b92453a556bcd005295b5596be3d4a247 (patch) | |
tree | 4432c11a5da94b013a5e989cf76d328067a41928 | |
parent | 2a84c3470b4ffb91661459fdc8a16af1b694ee42 (diff) | |
download | freebsd-ports-gnome-53a74b3b92453a556bcd005295b5596be3d4a247.tar.gz freebsd-ports-gnome-53a74b3b92453a556bcd005295b5596be3d4a247.tar.zst freebsd-ports-gnome-53a74b3b92453a556bcd005295b5596be3d4a247.zip |
- Mark for removal in 2 months (No new releases in the past 4 years)
-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 |