svn commit: r375381 - head/x11-wm/compiz
Antoine Brodin
antoine at FreeBSD.org
Wed Dec 24 01:28:16 UTC 2014
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 at 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
More information about the svn-ports-all
mailing list