Date: Tue, 23 Dec 2014 23:29:59 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375371 - head/devel/directfb Message-ID: <201412232329.sBNNTxcY013627@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Tue Dec 23 23:29:58 2014 New Revision: 375371 URL: https://svnweb.freebsd.org/changeset/ports/375371 QAT: https://qat.redports.org/buildarchive/r375371/ Log: Do not hardcode png15 Modified: head/devel/directfb/Makefile Modified: head/devel/directfb/Makefile ============================================================================== --- head/devel/directfb/Makefile Tue Dec 23 23:17:19 2014 (r375370) +++ head/devel/directfb/Makefile Tue Dec 23 23:29:58 2014 (r375371) @@ -14,7 +14,7 @@ COMMENT= Graphic development lightweight LICENSE= LGPL21 LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ - libpng15.so:${PORTSDIR}/graphics/png + libpng.so:${PORTSDIR}/graphics/png OPTIONS_DEFINE= FREETYPE X11 SDL UNIQUE TEST DOCS UNIQUE_DESC= Unique (WM Module) @@ -22,7 +22,7 @@ UNIQUE_DESC= Unique (WM Module) OPTIONS_DEFAULT= FREETYPE X11 SDL OPTIONS_SUB= yes -CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libpng15 +CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USES= gmake libtool ncurses pathfix perl5 pkgconfig
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412232329.sBNNTxcY013627>