diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-15 23:14:56 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-15 23:14:56 +0000 |
commit | df969a5a68660f0026ce6148d7157fbf10666544 (patch) | |
tree | 5bc933520b8e6ac1f033c39983e210ba1019c3b5 | |
parent | cceeaacf0d77867a995aa988cc34d5dd73c51362 (diff) | |
download | freebsd-ports-df969a5a68660f0026ce6148d7157fbf10666544.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> |