aboutsummaryrefslogtreecommitdiff
path: root/devel/libdispatch/Makefile
diff options
context:
space:
mode:
authorStanislav Sedov <stas@FreeBSD.org>2009-11-11 08:43:19 +0000
committerStanislav Sedov <stas@FreeBSD.org>2009-11-11 08:43:19 +0000
commitf007122799ae82c81e73a04aac27c8848ac7a48c (patch)
tree1c221bacfc1cef4980dc0365f1ec0a1af22f05bd /devel/libdispatch/Makefile
parenta62d7790b9b79fcaf444d93663f3d819fb32030e (diff)
Notes
Diffstat (limited to 'devel/libdispatch/Makefile')
-rw-r--r--devel/libdispatch/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/libdispatch/Makefile b/devel/libdispatch/Makefile
index 115ee96e8b64..00b542037150 100644
--- a/devel/libdispatch/Makefile
+++ b/devel/libdispatch/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= libdispatch
-PORTVERSION= 53
+PORTVERSION= 147
CATEGORIES= devel
MASTER_SITES= ftp://ftp.SpringDaemons.com/soft/
-#DISTNAME= ${PORTNAME}-r${PORTVERSION}
+DISTNAME= ${PORTNAME}-r${PORTVERSION}
MAINTAINER= stas@FreeBSD.org
COMMENT= Grand Central Dispatch API support library
@@ -34,7 +34,7 @@ post-configure:
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 900002
+.if ${OSVERSION} <= 800107 || (${OSVERSION} >= 900000 && ${OSVERSION} < 900002)
IGNORE= is not supported on this OS version
.endif