aboutsummaryrefslogtreecommitdiff
path: root/palm
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-07-16 08:44:04 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-07-16 08:44:04 +0000
commit6ca92592d58fba5e5954c7325043d1b4d6b26646 (patch)
tree289ec4aa8b822fb645ed24b93d3aecb4b11d3438 /palm
parent838bfabea59c3c6d88886bbf7417b92f560c5481 (diff)
downloadports-6ca92592d58fba5e5954c7325043d1b4d6b26646.tar.gz
ports-6ca92592d58fba5e5954c7325043d1b4d6b26646.zip
Fix some non default LIB_DEPENDS
With hat: portmgr
Notes
Notes: svn path=/head/; revision=362053
Diffstat (limited to 'palm')
-rw-r--r--palm/pilot-link/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/palm/pilot-link/Makefile b/palm/pilot-link/Makefile
index 7eeaa5c6171c..88f0c9c0abea 100644
--- a/palm/pilot-link/Makefile
+++ b/palm/pilot-link/Makefile
@@ -45,7 +45,7 @@ LDFLAGS+= ${PTHREAD_LIBS}
.endif
.if ${PORT_OPTIONS:MPNG}
-LIB_DEPENDS+= png15:${PORTSDIR}/graphics/png
+LIB_DEPENDS+= libpng15.so:${PORTSDIR}/graphics/png
CONFIGURE_ARGS+= --with-libpng=${PREFIX}
.else
CONFIGURE_ARGS+= --disable-png