diff options
author | madpilot <madpilot@FreeBSD.org> | 2013-10-17 05:19:39 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2013-10-17 05:19:39 +0800 |
commit | f369aface4352d46b1602adb12bb0b9ba143d281 (patch) | |
tree | de83c619cdd00e7f66ae4e25d497ca7f09fc4b5e /audio | |
parent | 086b92e64c98a2f760424400c5805593536ecd00 (diff) | |
download | freebsd-ports-gnome-f369aface4352d46b1602adb12bb0b9ba143d281.tar.gz freebsd-ports-gnome-f369aface4352d46b1602adb12bb0b9ba143d281.tar.zst freebsd-ports-gnome-f369aface4352d46b1602adb12bb0b9ba143d281.zip |
- Convert to staging
- Convert LIB_DEPENDS to new format
Diffstat (limited to 'audio')
-rw-r--r-- | audio/sweep/Makefile | 13 | ||||
-rw-r--r-- | audio/sweep/pkg-plist | 1 |
2 files changed, 6 insertions, 8 deletions
diff --git a/audio/sweep/Makefile b/audio/sweep/Makefile index 6b7c017a4e72..98b821a15a78 100644 --- a/audio/sweep/Makefile +++ b/audio/sweep/Makefile @@ -11,14 +11,13 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Sound editor for the GNOME/GTK+2 desktop -LIB_DEPENDS= mad:${PORTSDIR}/audio/libmad \ - samplerate:${PORTSDIR}/audio/libsamplerate \ - sndfile:${PORTSDIR}/audio/libsndfile \ - vorbis:${PORTSDIR}/audio/libvorbis \ - speex:${PORTSDIR}/audio/speex +LIB_DEPENDS= libmad.so:${PORTSDIR}/audio/libmad \ + libsamplerate.so:${PORTSDIR}/audio/libsamplerate \ + libsndfile.so:${PORTSDIR}/audio/libsndfile \ + libvorbis.so:${PORTSDIR}/audio/libvorbis \ + libspeex.so:${PORTSDIR}/audio/speex USE_BZIP2= yes -NO_STAGE= yes USES= pathfix gettext pkgconfig gmake USE_GNOME= gtk20 USE_AUTOTOOLS= libtool @@ -32,8 +31,6 @@ CONFIGURE_ARGS= --with-extralibdir=${LOCALBASE}/lib \ --with-ogg-libraries=${LOCALBASE}/lib \ --with-ogg-includes=${LOCALBASE}/include/ogg -MAN1= ${PORTNAME}.1 - post-patch: @${REINPLACE_CMD} -e 's|^ac_enable_alsa=yes|ac_enable_alsa=no|g ; \ s|$${datadir}|$${datarootdir}|g' ${WRKSRC}/configure diff --git a/audio/sweep/pkg-plist b/audio/sweep/pkg-plist index 5103d70b2a87..cdf5e45e3622 100644 --- a/audio/sweep/pkg-plist +++ b/audio/sweep/pkg-plist @@ -15,6 +15,7 @@ lib/sweep/libfade.so lib/sweep/libladspameta.so lib/sweep/libnormalise.so lib/sweep/libreverse.so +man/man1/sweep.1.gz share/applications/sweep.desktop share/locale/de/LC_MESSAGES/sweep.mo share/locale/el/LC_MESSAGES/sweep.mo |