Date: Mon, 30 Jun 2014 14:24:44 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359850 - head/x11-wm/epplets Message-ID: <201406301424.s5UEOisS024860@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Mon Jun 30 14:24:44 2014 New Revision: 359850 URL: http://svnweb.freebsd.org/changeset/ports/359850 QAT: https://qat.redports.org/buildarchive/r359850/ Log: Add USES=libtool. Modified: head/x11-wm/epplets/Makefile head/x11-wm/epplets/pkg-plist Modified: head/x11-wm/epplets/Makefile ============================================================================== --- head/x11-wm/epplets/Makefile Mon Jun 30 14:24:04 2014 (r359849) +++ head/x11-wm/epplets/Makefile Mon Jun 30 14:24:44 2014 (r359850) @@ -3,22 +3,22 @@ PORTNAME= epplets PORTVERSION= 0.14 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm MASTER_SITES= SF/enlightenment/${PORTNAME}/${PORTVERSION} MAINTAINER= gahr@FreeBSD.org -COMMENT= A collection of Enlightenment dock applications +COMMENT= Collection of Enlightenment dock applications BUILD_DEPENDS= e16:${PORTSDIR}/x11-wm/e16 LIB_DEPENDS= libcdaudio.so:${PORTSDIR}/audio/libcdaudio RUN_DEPENDS= e16:${PORTSDIR}/x11-wm/e16 \ import:${PORTSDIR}/graphics/ImageMagick +USES= gmake libtool pkgconfig USE_XORG= xext USE_GNOME= esound USE_GL= glut -USES= gmake pkgconfig USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib Modified: head/x11-wm/epplets/pkg-plist ============================================================================== --- head/x11-wm/epplets/pkg-plist Mon Jun 30 14:24:04 2014 (r359849) +++ head/x11-wm/epplets/pkg-plist Mon Jun 30 14:24:44 2014 (r359850) @@ -32,13 +32,13 @@ bin/E-Xss.epplet bin/Emix.epplet include/epplet.h lib/libepplet_glx.a -lib/libepplet_glx.la lib/libepplet_glx.so lib/libepplet_glx.so.3 +lib/libepplet_glx.so.3.0.0 lib/libepplet.a -lib/libepplet.la lib/libepplet.so lib/libepplet.so.3 +lib/libepplet.so.3.0.0 share/e16/epplet_icons/E-Biff.icon share/e16/epplet_icons/E-Clock.icon share/e16/epplet_icons/E-Cpu.icon
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406301424.s5UEOisS024860>