summaryrefslogtreecommitdiff
path: root/x11-toolkits/fltk
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2010-03-28 06:47:48 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2010-03-28 06:47:48 +0000
commitde78af3ac53da4687d22975cd2e236a0668d9a0d (patch)
treed9c023ed56bfb9a9663ac490476a1cca76b1c499 /x11-toolkits/fltk
parentThe rc.d script is already set up for USE_RC_SUBR, so do it. (diff)
- update to 1.4.1
Reviewed by: exp8 run on pointyhat Supported by: miwi
Notes
Notes: svn path=/head/; revision=251605
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 e75737bdd569..4f06fbda3e03 100644
--- a/x11-toolkits/fltk/Makefile
+++ b/x11-toolkits/fltk/Makefile
@@ -7,6 +7,7 @@
PORTNAME= fltk
PORTVERSION= 1.1.10
+PORTREVISION= 1
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_EASYSW}
MASTER_SITE_SUBDIR= fltk/${PORTVERSION}
@@ -15,7 +16,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-source
MAINTAINER= gahr@FreeBSD.org
COMMENT= Cross-platform C++ graphical user interface toolkit
-LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \
+LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png \
jpeg.11:${PORTSDIR}/graphics/jpeg
USE_BZIP2= yes