summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2006-01-19 23:30:17 +0000
committerkris <kris@FreeBSD.org>2006-01-19 23:30:17 +0000
commit59e0a8230d512d08dd7e8ceec32aecdf482f5cac (patch)
treeffcce920ceee487e7af8f05bca3070b692f1b0cc /devel
parent9768436d26b649172d7b99f64cc2baead26b2202 (diff)
downloadFreeBSD-ports-59e0a8230d512d08dd7e8ceec32aecdf482f5cac.zip
FreeBSD-ports-59e0a8230d512d08dd7e8ceec32aecdf482f5cac.tar.gz
BROKEN: Hard-wires libc_r thread library
Diffstat (limited to 'devel')
-rw-r--r--devel/directfb/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/directfb/Makefile b/devel/directfb/Makefile
index de0fe2b..6efa8b6 100644
--- a/devel/directfb/Makefile
+++ b/devel/directfb/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= directfb
-PORTVERSION= 0.9.16
-PORTREVISION= 4
+PORTVERSION= 0.9.22
CATEGORIES= devel
MASTER_SITES= http://www.directfb.org/download/DirectFB/
DISTNAME= DirectFB-${PORTVERSION}
@@ -18,6 +17,8 @@ COMMENT= Graphic development lightweight API
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
png.5:${PORTSDIR}/graphics/png
+BROKEN= Hard-wires libc_r thread library
+
CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \
LDFLAGS="${PTHREAD_LIBS}"
USE_SDL= sdl
OpenPOWER on IntegriCloud