aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2012-06-08 17:18:47 +0800
committerbapt <bapt@FreeBSD.org>2012-06-08 17:18:47 +0800
commit7eaba7bc34baecb45054aba7c8775dcefcf72fe6 (patch)
tree9b918900e9eedf92acb2de0aef1afc20b9e7ee56
parentb8b4c0c08e5147cee23afe8ed1c1fd7743b174da (diff)
downloadfreebsd-ports-gnome-7eaba7bc34baecb45054aba7c8775dcefcf72fe6.tar.gz
freebsd-ports-gnome-7eaba7bc34baecb45054aba7c8775dcefcf72fe6.tar.zst
freebsd-ports-gnome-7eaba7bc34baecb45054aba7c8775dcefcf72fe6.zip
Fix lookup of png library
Submitted by: kwm
-rw-r--r--net/libvncserver/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/libvncserver/Makefile b/net/libvncserver/Makefile
index 8def0162e966..6d2e79a7e94b 100644
--- a/net/libvncserver/Makefile
+++ b/net/libvncserver/Makefile
@@ -19,7 +19,7 @@ COMMENT= Provide an easy API to write one's own vnc server
LICENSE= GPLv2
LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \
- png:${PORTSDIR}/graphics/png
+ png15:${PORTSDIR}/graphics/png
USE_GNOME= gnomehack
USE_LDCONFIG= yes