aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/fltk
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2009-07-18 19:11:29 +0800
committerDirk Meyer <dinoex@FreeBSD.org>2009-07-18 19:11:29 +0800
commit3bbc108312c59a9d56e6bd7a9130f8572093caaf (patch)
tree8e56c67cbd222afd02e8ebaf5562ceb6431033ac /x11-toolkits/fltk
parent4e0edf1034c6e05efb7571da455f2c7ff894a993 (diff)
downloadfreebsd-ports-gnome-3bbc108312c59a9d56e6bd7a9130f8572093caaf.tar.gz
freebsd-ports-gnome-3bbc108312c59a9d56e6bd7a9130f8572093caaf.tar.zst
freebsd-ports-gnome-3bbc108312c59a9d56e6bd7a9130f8572093caaf.zip
- update to jpeg7
Tested by: pav on pointyhat
Diffstat (limited to 'x11-toolkits/fltk')
-rw-r--r--x11-toolkits/fltk/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/fltk/Makefile b/x11-toolkits/fltk/Makefile
index a277247b3559..f884694fb5b2 100644
--- a/x11-toolkits/fltk/Makefile
+++ b/x11-toolkits/fltk/Makefile
@@ -7,6 +7,7 @@
PORTNAME= fltk
PORTVERSION= 1.1.9
+PORTREVISION= 1
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_EASYSW}
MASTER_SITE_SUBDIR= fltk/${PORTVERSION}
@@ -19,7 +20,7 @@ MAINTAINER= gahr@FreeBSD.org
COMMENT= Cross-platform C++ graphical user interface toolkit
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
- jpeg.9:${PORTSDIR}/graphics/jpeg
+ jpeg.10:${PORTSDIR}/graphics/jpeg
.if defined(WITH_THREADS)
CONFIGURE_ARGS+=--enable-threads