diff options
Diffstat (limited to 'net/libvncserver/Makefile')
-rw-r--r-- | net/libvncserver/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/libvncserver/Makefile b/net/libvncserver/Makefile index 90953a9e33da..f65eeb08e9ae 100644 --- a/net/libvncserver/Makefile +++ b/net/libvncserver/Makefile @@ -8,6 +8,7 @@ PORTNAME= libvncserver PORTVERSION= 0.9.7 +PORTREVISION= 1 CATEGORIES= net devel MASTER_SITES= SF DISTNAME= LibVNCServer-${PORTVERSION} @@ -15,7 +16,7 @@ DISTNAME= LibVNCServer-${PORTVERSION} MAINTAINER= chinsan@FreeBSD.org COMMENT= Provide an easy API to write one's own vnc server -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg +LIB_DEPENDS= jpeg.10:${PORTSDIR}/graphics/jpeg USE_GNOME= gnometarget USE_LDCONFIG= yes |