aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2003-12-23 03:49:49 +0800
committerdinoex <dinoex@FreeBSD.org>2003-12-23 03:49:49 +0800
commit3a3c2d1daf2551c6fb3146e80e6e703d590a538f (patch)
tree7e78f38b28245fa51e284a03ca5844ebffaf03dd /lang
parent4f32a4c4fcfd76eb094f3993f4fb910d3f772961 (diff)
downloadfreebsd-ports-gnome-3a3c2d1daf2551c6fb3146e80e6e703d590a538f.tar.gz
freebsd-ports-gnome-3a3c2d1daf2551c6fb3146e80e6e703d590a538f.tar.zst
freebsd-ports-gnome-3a3c2d1daf2551c6fb3146e80e6e703d590a538f.zip
- add CONFLICTS
Submitted by: girgen@pingpong.net
Diffstat (limited to 'lang')
-rw-r--r--lang/gnustep-objc/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/gnustep-objc/Makefile b/lang/gnustep-objc/Makefile
index a42067bbf996..8e1c973e8a97 100644
--- a/lang/gnustep-objc/Makefile
+++ b/lang/gnustep-objc/Makefile
@@ -21,6 +21,8 @@ LDFLAGS+= -L${LOCALBASE}/lib
# does not build on:
NOT_FOR_ARCHS= amd64
+CONFLICTS?= gcc-3.2*
+
.if exists(${.CURDIR}/Makefile.local)
.include "${.CURDIR}/Makefile.local"
.endif