Date: Wed, 24 Dec 2014 23:02:24 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375495 - head/graphics/scale2x Message-ID: <201412242302.sBON2OaS004689@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412242302.sBON2OaS004689>