svn commit: r375495 - head/graphics/scale2x

Antoine Brodin antoine at FreeBSD.org
Wed Dec 24 23:02:25 UTC 2014


Author: antoine
Date: Wed Dec 24 23:02:24 2014
New Revision: 375495
URL: https://svnweb.freebsd.org/changeset/ports/375495
QAT: https://qat.redports.org/buildarchive/r375495/

Log:
  Properly support png 1.5

Modified:
  head/graphics/scale2x/Makefile

Modified: head/graphics/scale2x/Makefile
==============================================================================
--- head/graphics/scale2x/Makefile	Wed Dec 24 22:33:57 2014	(r375494)
+++ head/graphics/scale2x/Makefile	Wed Dec 24 23:02:24 2014	(r375495)
@@ -11,12 +11,12 @@ COMMENT=	Real-time graphics effect able 
 
 LICENSE=	GPLv2 # (or later)
 
-LIB_DEPENDS=	libpng15.so:${PORTSDIR}/graphics/png
+LIB_DEPENDS=	libpng.so:${PORTSDIR}/graphics/png
 
 GNU_CONFIGURE=	yes
 
-CPPFLAGS+=	$$(libpng15-config --I_opts)
-LDFLAGS+=	$$(libpng15-config --L_opts)
+CPPFLAGS+=	$$(libpng-config --I_opts)
+LDFLAGS+=	$$(libpng-config --L_opts)
 
 PORTEXAMPLES=	*
 PLIST_FILES=	bin/scalex bin/scalerx \


More information about the svn-ports-head mailing list