[Midnightbsd-cvs] mports [19339] trunk/palm/pilot-link/Makefile: fix png for pilot

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Jun 6 12:24:15 EDT 2015


Revision: 19339
          http://svnweb.midnightbsd.org/mports/?rev=19339
Author:   laffer1
Date:     2015-06-06 12:24:14 -0400 (Sat, 06 Jun 2015)
Log Message:
-----------
fix png for pilot

Modified Paths:
--------------
    trunk/palm/pilot-link/Makefile

Modified: trunk/palm/pilot-link/Makefile
===================================================================
--- trunk/palm/pilot-link/Makefile	2015-06-06 16:23:53 UTC (rev 19338)
+++ trunk/palm/pilot-link/Makefile	2015-06-06 16:24:14 UTC (rev 19339)
@@ -2,6 +2,7 @@
 
 PORTNAME=	pilot-link
 PORTVERSION=	0.12.5
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	palm comms
 MASTER_SITES=	http://downloads.pilot-link.org/ \
@@ -42,7 +43,7 @@
 .endif
 
 .if ${PORT_OPTIONS:MPNG}
-LIB_DEPENDS+=	libpng15.so:${PORTSDIR}/graphics/png
+LIB_DEPENDS+=	libpng.so:${PORTSDIR}/graphics/png
 CONFIGURE_ARGS+=	--with-libpng=${PREFIX}
 .else
 CONFIGURE_ARGS+=	--disable-png



More information about the Midnightbsd-cvs mailing list