diff options
author | kris <kris@FreeBSD.org> | 2004-02-16 07:14:56 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-16 07:14:56 +0800 |
commit | 3a1cc479e121428a9d2a6897c535c82f23620590 (patch) | |
tree | 5a44153a5c0df8490d5e8bbc4ecab9e57864f7d5 | |
parent | f295ae359fc4775946e5227c44de97d46f94afa0 (diff) | |
download | freebsd-ports-gnome-3a1cc479e121428a9d2a6897c535c82f23620590.tar.gz freebsd-ports-gnome-3a1cc479e121428a9d2a6897c535c82f23620590.tar.zst freebsd-ports-gnome-3a1cc479e121428a9d2a6897c535c82f23620590.zip |
This port will be removed after April 15 if still broken at that time.
-rw-r--r-- | emulators/hfsplusutils/Makefile | 1 | ||||
-rw-r--r-- | net/ruby-jabber4r/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/emulators/hfsplusutils/Makefile b/emulators/hfsplusutils/Makefile index 2b4ff996847f..f95e0c2c0e7a 100644 --- a/emulators/hfsplusutils/Makefile +++ b/emulators/hfsplusutils/Makefile @@ -61,4 +61,5 @@ BROKEN= "Does not build on FreeBSD 4.x or earlier" BROKEN= "Broken pkg-plist" .endif +DEPRECATED= "Will be removed after April 15 if still broken" .include <bsd.port.post.mk> diff --git a/net/ruby-jabber4r/Makefile b/net/ruby-jabber4r/Makefile index 2028800cd391..3b5787d3ed62 100644 --- a/net/ruby-jabber4r/Makefile +++ b/net/ruby-jabber4r/Makefile @@ -25,6 +25,7 @@ DOCS= LICENSE.txt README doc EXAMPLES= examples/* BROKEN= "Broken pkg-plist" +DEPRECATED= "This port will be removed after April 15 if still broken at that time." .include <bsd.port.pre.mk> |