aboutsummaryrefslogtreecommitdiff
path: root/lang/objc/Makefile
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2005-02-04 15:15:41 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2005-02-04 15:15:41 +0000
commita091e1046f84a72df243ba38c1e7b7c273ae4fa8 (patch)
tree06d0e01aef9f99905530c122b6e301e79c790bcd /lang/objc/Makefile
parentbcc2e7d2f2f1cfa650fc0bd427f53f09edb08058 (diff)
downloadports-a091e1046f84a72df243ba38c1e7b7c273ae4fa8.tar.gz
ports-a091e1046f84a72df243ba38c1e7b7c273ae4fa8.zip
Notes
Diffstat (limited to 'lang/objc/Makefile')
-rw-r--r--lang/objc/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/lang/objc/Makefile b/lang/objc/Makefile
index a537eb12a102..40524987c447 100644
--- a/lang/objc/Makefile
+++ b/lang/objc/Makefile
@@ -6,15 +6,16 @@
#
PORTNAME= objc
-PORTVERSION= 3.1.32
+PORTVERSION= 3.2.6
CATEGORIES= lang
MASTER_SITES= http://users.pandora.be/stes/
-DISTFILES= objc-bootstrap-${PORTVERSION}.tar.gz objc-${PORTVERSION}.tar.gz
+DISTFILES= objc-bootstrap-${BOOTVERSION}.tar.gz objc-${PORTVERSION}.tar.gz
MAINTAINER= ports@FreeBSD.org
COMMENT= Portable Object Compiler
HAS_CONFIGURE= yes
+BOOTVERSION= 3.1.33
ALL_TARGET= default
MAKE_ENV= PATH=$(WRKDIR)/bin:$(PATH)
@@ -28,7 +29,7 @@ BROKEN= "Does not compile"
.endif
pre-configure:
- cd $(WRKDIR)/${PORTNAME}-bootstrap-$(PORTVERSION);\
+ cd $(WRKDIR)/${PORTNAME}-bootstrap-$(BOOTVERSION);\
./configure --prefix=$(WRKDIR);${MAKE};${MAKE} install
pre-install: