diff options
Diffstat (limited to 'devel/libdispatch/Makefile')
-rw-r--r-- | devel/libdispatch/Makefile | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/devel/libdispatch/Makefile b/devel/libdispatch/Makefile index cb5a24eb8a7b..985d633eb394 100644 --- a/devel/libdispatch/Makefile +++ b/devel/libdispatch/Makefile @@ -6,9 +6,9 @@ # PORTNAME= libdispatch -PORTVERSION= 38 +PORTVERSION= 40 CATEGORIES= devel -MASTER_SITES= http://www.SpringDaemons.com/stas/ +MASTER_SITES= ftp://ftp.SpringDaemons.com/soft/ DISTNAME= ${PORTNAME}-r${PORTVERSION} MAINTAINER= stas@FreeBSD.org @@ -31,12 +31,4 @@ post-configure: IGNORE= is not supported on this OS version .endif -# -# We want the CPU to be at least i486 on i386 platform, so GCC builting atomics -# will work. -# -.if ${ARCH} == "i386" -CPUTYPE?= i486 -.endif - .include <bsd.port.post.mk> |