aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/fltk2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/fltk2/Makefile')
-rw-r--r--x11-toolkits/fltk2/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-toolkits/fltk2/Makefile b/x11-toolkits/fltk2/Makefile
index 12cd30a6aacd..a3f67a33eba2 100644
--- a/x11-toolkits/fltk2/Makefile
+++ b/x11-toolkits/fltk2/Makefile
@@ -7,7 +7,6 @@
PORTNAME= fltk
PORTVERSION= 2.0.${SNAPSHOT}
-PORTREVISION= 1
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_EASYSW}
MASTER_SITE_SUBDIR= fltk/snapshots
@@ -20,7 +19,7 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
jpeg.9:${PORTSDIR}/graphics/jpeg \
Xft.2:${PORTSDIR}/x11-fonts/libXft
-SNAPSHOT= r5782
+SNAPSHOT= r5857
OPTIONS= FLTK_THREADS "Install with threads support" on \
FLTK_CAIRO "Use cairo as graphics backend" off
@@ -50,7 +49,7 @@ PORTDOCS= *
.include <bsd.port.pre.mk>
-.if !defined(WITHOUT_FLTK_THREADS)
+.if defined(WITH_FLTK_THREADS)
CONFIGURE_ARGS+= --enable-threads
CPPFLAGS+= "${PTHREAD_CFLAGS}"
LDFLAGS+= "${PTHREAD_LIBS}"