diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-02-23 08:16:19 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-02-23 08:16:19 +0000 |
commit | d874d04fcf1bd2ccf8ee9f0defb1aa45ecb8bca5 (patch) | |
tree | 998959dcaccf9773e05d3c8ec041b03bd834c8a1 /lang | |
parent | New port: Compress::Bzip2. (diff) |
- mark ia64 as not supported
- make portlint happy
Notes
Notes:
svn path=/head/; revision=76239
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gnustep-objc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/gnustep-objc/Makefile b/lang/gnustep-objc/Makefile index 564efa2f7924..af37ed2fb23b 100644 --- a/lang/gnustep-objc/Makefile +++ b/lang/gnustep-objc/Makefile @@ -30,6 +30,8 @@ USE_GMAKE= yes MAKEFILE= GNUmakefile ALL_TARGET= NO_MTREE= yes +INSTALLS_SHLIB= yes +NOT_FOR_ARCHS= ia64 .if ${MACHINE_ARCH} == "i386" GNU_ARCH= ix86 |