diff options
author | dinoex <dinoex@FreeBSD.org> | 2007-02-25 21:40:24 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2007-02-25 21:40:24 +0800 |
commit | 67d41c4d4f51fcccab344a757f0fee11cbd159c6 (patch) | |
tree | 39d9a99101d9b4d9df2c1edf890e3d9f7f68fe4a /lang | |
parent | d7fbe8a9fddd7b3683d8d30a362c7efd60a8f2e7 (diff) | |
download | freebsd-ports-gnome-67d41c4d4f51fcccab344a757f0fee11cbd159c6.tar.gz freebsd-ports-gnome-67d41c4d4f51fcccab344a757f0fee11cbd159c6.tar.zst freebsd-ports-gnome-67d41c4d4f51fcccab344a757f0fee11cbd159c6.zip |
- set DEPRECATED
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc-objc/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/gcc-objc/Makefile b/lang/gcc-objc/Makefile index 0357ea1c9241..2e37802867f9 100644 --- a/lang/gcc-objc/Makefile +++ b/lang/gcc-objc/Makefile @@ -14,6 +14,9 @@ COMMENT= GNU Compiler Collection ${COMMENT2} with threads and shared libs WITHOUT_JAVA= yes +DEPRECATED= please use objc from lang/gcc41 +EXPIRATION_DATE= 2007-03-30 + .if !defined(GNUSTEP_WITH_GCC32) && !defined(GNUSTEP_WITH_GCC33) && !defined(GNUSTEP_WITH_GCC34) GNUSTEP_WITH_GCC32= yes .endif |