1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Properly support png15

This commit is contained in:
Antoine Brodin 2014-12-24 01:28:15 +00:00
parent 9e02a5f368
commit 93193c5611
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=375381

View File

@ -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