diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-03-02 07:23:08 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-03-02 07:23:08 +0000 |
commit | 38392297d9b81b7586ee2f47604b23e7a9a883fd (patch) | |
tree | 4277bfa3ad02d243094ff846aca49a37b542b111 /lang/gnustep-objc | |
parent | 386dd56a011f22ca7dc0dce576f2bdb87eea904e (diff) | |
download | ports-38392297d9b81b7586ee2f47604b23e7a9a883fd.tar.gz ports-38392297d9b81b7586ee2f47604b23e7a9a883fd.zip |
Notes
Diffstat (limited to 'lang/gnustep-objc')
-rw-r--r-- | lang/gnustep-objc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/gnustep-objc/Makefile b/lang/gnustep-objc/Makefile index af37ed2fb23b..468c693462d2 100644 --- a/lang/gnustep-objc/Makefile +++ b/lang/gnustep-objc/Makefile @@ -32,6 +32,7 @@ ALL_TARGET= NO_MTREE= yes INSTALLS_SHLIB= yes NOT_FOR_ARCHS= ia64 +IGNORE= "This port is obsolete with gnustep-1.5.2" .if ${MACHINE_ARCH} == "i386" GNU_ARCH= ix86 |