aboutsummaryrefslogtreecommitdiff
path: root/net/libvncserver
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-06-08 04:11:52 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-06-08 04:11:52 +0000
commit795e90c7945ec56555aed1b4d10b3808fe168bed (patch)
tree01a84571ef3e083c5d78959e0611502211a2fbe5 /net/libvncserver
parent9fb1553113182c8d774da7a49c4848ca33226aea (diff)
downloadports-795e90c7945ec56555aed1b4d10b3808fe168bed.tar.gz
ports-795e90c7945ec56555aed1b4d10b3808fe168bed.zip
Add png dependency if present of the system it is linked to.
Do not optionify it has it is recommanded to get the support for png PR: ports/168790 Submitted by: Greg Lewis <glewis@misty.eyesbeyond.com>
Notes
Notes: svn path=/head/; revision=298721
Diffstat (limited to 'net/libvncserver')
-rw-r--r--net/libvncserver/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/libvncserver/Makefile b/net/libvncserver/Makefile
index 9f38ea1488e2..7e628c905e07 100644
--- a/net/libvncserver/Makefile
+++ b/net/libvncserver/Makefile
@@ -8,7 +8,7 @@
PORTNAME= libvncserver
PORTVERSION= 0.9.9
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net devel
MASTER_SITES= SF
DISTNAME= LibVNCServer-${PORTVERSION}
@@ -18,7 +18,8 @@ COMMENT= Provide an easy API to write one's own vnc server
LICENSE= GPLv2
-LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg
+LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \
+ pnt:${POrTSIDR}/graphics/png
USE_GNOME= gnomehack
USE_LDCONFIG= yes