diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2013-10-14 08:33:22 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2013-10-14 08:33:22 +0000 |
commit | 8cdd3fae3eb74ca80a8b1a171dd21d459581978f (patch) | |
tree | 2322322e3eca85ee732c2c9376f0347e3e9dde5b | |
parent | 2d3f8ef42201ca7f7fd968123c7fc06f317b1e3b (diff) |
Notes
-rw-r--r-- | x11-wm/e16/Makefile | 9 | ||||
-rw-r--r-- | x11-wm/e16/distinfo | 4 |
2 files changed, 6 insertions, 7 deletions
diff --git a/x11-wm/e16/Makefile b/x11-wm/e16/Makefile index 45d5f8d003ba..98b8ff3965c0 100644 --- a/x11-wm/e16/Makefile +++ b/x11-wm/e16/Makefile @@ -2,14 +2,14 @@ # $FreeBSD$ PORTNAME= e16 -PORTVERSION= 1.0.13.001 +PORTVERSION= 1.0.13.003 CATEGORIES= x11-wm enlightenment MASTER_SITES= SF/enlightenment/${PORTNAME}/Snapshots/ MAINTAINER= gahr@FreeBSD.org COMMENT= A very artistic X window manager -OPTIONS_DEFINE= SOUND +OPTIONS_DEFINE= DOCS NLS SOUND SOUND_DESC= Sound support via pulseaudio/libsndfile USE_XORG= compositeproto damageproto xextproto x11 xbitmaps xcomposite xdamage \ @@ -21,12 +21,11 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-dependency-tracking \ --disable-rpath --enable-mans SHELL=/bin/sh -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MSOUND} -LIB_DEPENDS+= pulse:${PORTSDIR}/audio/pulseaudio \ - sndfile:${PORTSDIR}/audio/libsndfile +LIB_DEPENDS+= libpulse.so:${PORTSDIR}/audio/pulseaudio \ + libsndfile.so:${PORTSDIR}/audio/libsndfile CONFIGURE_ARGS+=--enable-sound \ --enable-sound-pulse \ --with-sndldr=sndfile diff --git a/x11-wm/e16/distinfo b/x11-wm/e16/distinfo index 2eee98baffc4..4e6ccbc39d14 100644 --- a/x11-wm/e16/distinfo +++ b/x11-wm/e16/distinfo @@ -1,2 +1,2 @@ -SHA256 (e16-1.0.13.001.tar.gz) = 556346ba6b80677df22e94484e9a98bee69251ff3b79acd08c48c39b604b1f32 -SIZE (e16-1.0.13.001.tar.gz) = 2330693 +SHA256 (e16-1.0.13.003.tar.gz) = 2d6d2eff4e4cda47a4257a2abd72e99128527935da85c3b5f062fedf0db306ad +SIZE (e16-1.0.13.003.tar.gz) = 2343521 |