Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Dec 2014 01:28:16 +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: r375381 - head/x11-wm/compiz
Message-ID:  <201412240128.sBO1SGLe081796@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed Dec 24 01:28:15 2014
New Revision: 375381
URL: https://svnweb.freebsd.org/changeset/ports/375381
QAT: https://qat.redports.org/buildarchive/r375381/

Log:
  Properly support png15

Modified:
  head/x11-wm/compiz/Makefile

Modified: head/x11-wm/compiz/Makefile
==============================================================================
--- head/x11-wm/compiz/Makefile	Wed Dec 24 01:27:03 2014	(r375380)
+++ head/x11-wm/compiz/Makefile	Wed Dec 24 01:28:15 2014	(r375381)
@@ -9,7 +9,7 @@ MASTER_SITES=	http://releases.compiz.org
 MAINTAINER=	freebsd-ports@dan.me.uk
 COMMENT=	Compiz Composite/Window Manager
 
-LIB_DEPENDS=	libpng15.so:${PORTSDIR}/graphics/png \
+LIB_DEPENDS=	libpng.so:${PORTSDIR}/graphics/png \
 		libgtop-2.0.so:${PORTSDIR}/devel/libgtop \
 		libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification
 RUN_DEPENDS=	glxinfo:${PORTSDIR}/graphics/mesa-demos \
@@ -109,10 +109,6 @@ RUN_DEPENDS+=	${LOCALBASE}/libdata/pkgco
 CONFIGURE_ARGS+=	--disable-dbus --disable-dbus-glib
 .endif
 
-post-patch:
-	@${REINPLACE_CMD} -e 's|libpng|libpng15|' \
-		${WRKSRC}/configure
-
 post-install:
 	${INSTALL_SCRIPT} ${WRKDIR}/compiz-manager ${STAGEDIR}${PREFIX}/bin/compiz-manager
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412240128.sBO1SGLe081796>