diff options
author | dinoex <dinoex@FreeBSD.org> | 2004-10-12 12:10:45 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2004-10-12 12:10:45 +0800 |
commit | 508ef2424f18ae54485db06e488f56cc03343730 (patch) | |
tree | c0b99c485e32b64fdcb7eddc824878458b90374f | |
parent | ec3fe0ebd96e3171133cb728d6bcb899eb34e288 (diff) | |
download | freebsd-ports-gnome-508ef2424f18ae54485db06e488f56cc03343730.tar.gz freebsd-ports-gnome-508ef2424f18ae54485db06e488f56cc03343730.tar.zst freebsd-ports-gnome-508ef2424f18ae54485db06e488f56cc03343730.zip |
- cleanup
-rw-r--r-- | lang/gcc-objc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc-objc/Makefile b/lang/gcc-objc/Makefile index f5ed6db169d6..963e16da5117 100644 --- a/lang/gcc-objc/Makefile +++ b/lang/gcc-objc/Makefile @@ -12,7 +12,6 @@ MAINTAINER= dinoex@FreeBSD.org COMMENT= GNU Compiler Collection ${COMMENT2} with threads and shared libs WANT_SHAREDLIBS= yes -WANT_THREADS_SUPPORT= yes WITHOUT_LIBJAVA= yes INSTALLS_SHLIB= yes LDCONFIG_DIRS= %%PREFIX%%/lib ${TARGLIB} @@ -26,6 +25,7 @@ GNUSTEP_WITH_GCC33= yes MASTERDIR?= ${.CURDIR}/../gcc32 CONFLICTS?= gcc-3.2* COMMENT2= 3.2.x +WANT_THREADS_SUPPORT= yes .endif .if defined(GNUSTEP_WITH_GCC33) MASTERDIR?= ${.CURDIR}/../gcc33 |