diff options
Diffstat (limited to 'x11-toolkits/efltk/Makefile')
-rw-r--r-- | x11-toolkits/efltk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/efltk/Makefile b/x11-toolkits/efltk/Makefile index 0816ee8752c5..ebd8e716f7ca 100644 --- a/x11-toolkits/efltk/Makefile +++ b/x11-toolkits/efltk/Makefile @@ -7,7 +7,7 @@ PORTNAME= efltk PORTVERSION= 2.0.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-toolkits MASTER_SITES= SF/ede/${PORTNAME}/${PORTVERSION} @@ -15,7 +15,7 @@ MAINTAINER= sem@FreeBSD.org COMMENT= Extended Fast Light Toolkit LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ - jpeg.10:${PORTSDIR}/graphics/jpeg + jpeg.11:${PORTSDIR}/graphics/jpeg WRKSRC= ${WRKDIR}/${PORTNAME} |