aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/compiz
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-12-24 01:28:15 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-12-24 01:28:15 +0000
commit93193c5611058426280467917601df6c94413e86 (patch)
tree58d3d4231c80f4b1eafbf3b5f0b0d972c8b2e71b /x11-wm/compiz
parent9e02a5f3687d8bf95d1d945e63bf05261371dea7 (diff)
downloadports-93193c5611058426280467917601df6c94413e86.tar.gz
ports-93193c5611058426280467917601df6c94413e86.zip
Properly support png15
Notes
Notes: svn path=/head/; revision=375381
Diffstat (limited to 'x11-wm/compiz')
-rw-r--r--x11-wm/compiz/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/x11-wm/compiz/Makefile b/x11-wm/compiz/Makefile
index 99167ba34968..4d0e240dc90a 100644
--- a/x11-wm/compiz/Makefile
+++ b/x11-wm/compiz/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= http://releases.compiz.org/${PORTVERSION}/
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/pkgconfig/dbus-glib-1.pc:${PORTSDIR}/devel/db
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