diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-02-23 16:16:19 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-02-23 16:16:19 +0800 |
commit | 72480d43539447bd6f3a72f5a716d79f5c588695 (patch) | |
tree | fe51f6253cd72dd5ffd12a3d41eecc1a19539f08 | |
parent | ea31be8aa20cc828142162587928de8fc3af2d2d (diff) | |
download | freebsd-ports-gnome-72480d43539447bd6f3a72f5a716d79f5c588695.tar.gz freebsd-ports-gnome-72480d43539447bd6f3a72f5a716d79f5c588695.tar.zst freebsd-ports-gnome-72480d43539447bd6f3a72f5a716d79f5c588695.zip |
- mark ia64 as not supported
- make portlint happy
-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 |