aboutsummaryrefslogtreecommitdiff
path: root/audio/emphasis/Makefile
diff options
context:
space:
mode:
authorStanislav Sedov <stas@FreeBSD.org>2008-03-11 21:13:53 +0000
committerStanislav Sedov <stas@FreeBSD.org>2008-03-11 21:13:53 +0000
commit9a2e4c8b780fc607dc4b4adabefb354c84401a96 (patch)
treef59767aed29b447d3d80ab987e898598663c27e3 /audio/emphasis/Makefile
parent621c804e48a9fdddd6a00d78585fa8cb20c8460e (diff)
downloadports-9a2e4c8b780fc607dc4b4adabefb354c84401a96.tar.gz
ports-9a2e4c8b780fc607dc4b4adabefb354c84401a96.zip
- Update enlightenment-devel and EFL libraries to the latest snapshot
- Deprecate old unsupported apps and modules (entice, devian, eveil, engage) - Split evas and ecore to separate modules to handle dependencies properly - Disable PAM in enlightenment-devel as it don't work anyway (requires root privilegies) - Add DBUS support. Thanks to: az
Notes
Notes: svn path=/head/; revision=208836
Diffstat (limited to 'audio/emphasis/Makefile')
-rw-r--r--audio/emphasis/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/audio/emphasis/Makefile b/audio/emphasis/Makefile
index 540d0c96ac26..015848832bc2 100644
--- a/audio/emphasis/Makefile
+++ b/audio/emphasis/Makefile
@@ -7,8 +7,8 @@
#
PORTNAME= emphasis
-PORTVERSION= 20070223
-PORTREVISION= 1
+PORTVERSION= 20080223
+PORTREVISION= 0
CATEGORIES= audio
MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/
@@ -16,13 +16,12 @@ MAINTAINER= stas@FreeBSD.org
COMMENT= A simple MPD (Music Player Daemon) client written in C/Etk
LIB_DEPENDS= mpd:${PORTSDIR}/audio/libmpd
-BUILD_DEPENDS= enlightenment-config:${PORTSDIR}/x11-wm/enlightenment-devel
-BUILD_DEPENDS= enlightenment-config:${PORTSDIR}/x11-wm/enlightenment-devel
USE_BZIP2= yes
USE_GMAKE= yes
USE_GNOME= gnomehack pkgconfig gnometarget libxml2
USE_EFL= ecore enhance etk
+USE_EFL_ECORE= config
GNU_CONFIGURE= yes
.include <bsd.port.mk>