svn commit: r359850 - head/x11-wm/epplets
Tijl Coosemans
tijl at FreeBSD.org
Mon Jun 30 14:24:45 UTC 2014
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 at 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
More information about the svn-ports-all
mailing list