diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2006-04-06 13:31:42 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2006-04-06 13:31:42 +0000 |
commit | 10d5b36555c5af7f24150df832e79bd962a83a2b (patch) | |
tree | 6881d3543d6fe8c116e86ae5b82cd3f6859977f5 /lang/gcc-objc/Makefile | |
parent | 0c90b7c5d1b1d55ec8219c84cc0110c74f60cd81 (diff) | |
download | ports-10d5b36555c5af7f24150df832e79bd962a83a2b.tar.gz ports-10d5b36555c5af7f24150df832e79bd962a83a2b.zip |
- downdate to gcc 3.2.x
- bump PORTEPOCH
Notes
Notes:
svn path=/head/; revision=158954
Diffstat (limited to 'lang/gcc-objc/Makefile')
-rw-r--r-- | lang/gcc-objc/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lang/gcc-objc/Makefile b/lang/gcc-objc/Makefile index e53c0ad15665..763eaf757c09 100644 --- a/lang/gcc-objc/Makefile +++ b/lang/gcc-objc/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTEPOCH?= 2 +PORTEPOCH?= 3 CATEGORIES= lang PKGNAMESUFFIX= -objc @@ -16,7 +16,7 @@ WITHOUT_JAVA= yes .if !defined(GNUSTEP_WITH_GCC32) && !defined(GNUSTEP_WITH_GCC33) && !defined(GNUSTEP_WITH_GCC34) .if !defined(GNUSTEP_WITH_GCC40) && !defined(GNUSTEP_WITH_GCC41) && !defined(GNUSTEP_WITH_GCC42) -GNUSTEP_WITH_GCC41= yes +GNUSTEP_WITH_GCC32= yes .endif .endif @@ -60,5 +60,3 @@ COMMENT2= 4.2.x .endif .include "${MASTERDIR}/Makefile" - -PORTEPOCH= 2 |