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