diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-04 21:14:12 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-04 21:14:12 +0800 |
commit | 1ee440377ca641405eef1d6f40febf14f80345d1 (patch) | |
tree | c46f7be141f273075a4e09a3f831d553b9e7c9b4 /audio | |
parent | 2237e1908b58a832d7035e3d5851140a493e7652 (diff) | |
download | freebsd-ports-gnome-1ee440377ca641405eef1d6f40febf14f80345d1.tar.gz freebsd-ports-gnome-1ee440377ca641405eef1d6f40febf14f80345d1.tar.zst freebsd-ports-gnome-1ee440377ca641405eef1d6f40febf14f80345d1.zip |
- Swith to USES=libtool
- Convert USE_BZIP2 to USES
- Add USES=desktop-file-utils as suggested by check-sanity
Diffstat (limited to 'audio')
-rw-r--r-- | audio/sweep/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/audio/sweep/Makefile b/audio/sweep/Makefile index f6281937aa73..55c1d52f002c 100644 --- a/audio/sweep/Makefile +++ b/audio/sweep/Makefile @@ -3,7 +3,7 @@ PORTNAME= sweep PORTVERSION= 0.9.3 -PORTREVISION= 9 +PORTREVISION= 10 PORTEPOCH= 1 CATEGORIES= audio gnome MASTER_SITES= SF @@ -17,10 +17,10 @@ LIB_DEPENDS= libmad.so:${PORTSDIR}/audio/libmad \ libvorbis.so:${PORTSDIR}/audio/libvorbis \ libspeex.so:${PORTSDIR}/audio/speex -USE_BZIP2= yes -USES= pathfix gettext pkgconfig gmake +USES= pathfix gettext pkgconfig gmake tar:bzip2 libtool \ + desktop-file-utils +GNU_CONFIGURE= yes USE_GNOME= gtk20 -USE_AUTOTOOLS= libtool CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -30,6 +30,7 @@ CONFIGURE_ARGS= --with-extralibdir=${LOCALBASE}/lib \ --with-vorbis-includes=${LOCALBASE}/include/vorbis \ --with-ogg-libraries=${LOCALBASE}/lib \ --with-ogg-includes=${LOCALBASE}/include/ogg +CONFIGURE_ENV= LIBS="`pkg-config --libs gmodule-2.0`" post-patch: @${REINPLACE_CMD} -e 's|^ac_enable_alsa=yes|ac_enable_alsa=no|g ; \ |