diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-05-11 14:34:22 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-05-11 14:34:22 +0000 |
commit | 86c184cc1655fc016ef987f34577aaea99010290 (patch) | |
tree | e191a8ee6fec917707aac587e25dded9f96e22b1 | |
parent | - Update to 2.6.3 (diff) |
- Support staging
- Convert USE_BZIP2 to USES
- Use new LIB_DEPENDS syntax
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=353702
-rw-r--r-- | audio/mhwaveedit/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/audio/mhwaveedit/Makefile b/audio/mhwaveedit/Makefile index 95651ca1ae86..034f4f713dcf 100644 --- a/audio/mhwaveedit/Makefile +++ b/audio/mhwaveedit/Makefile @@ -11,10 +11,8 @@ COMMENT= A graphical program for editing sound files LICENSE= GPLv2 -USES= pkgconfig -NO_STAGE= yes -USE_BZIP2= yes -USE_GNOME= gnomehack gtk20 +USES= tar:bzip2 pkgconfig pathfix +USE_GNOME= gtk20 WANT_GNOME= yes WANT_SDL= yes GNU_CONFIGURE= yes @@ -24,6 +22,7 @@ CONFIGURE_ARGS= --disable-optimization --without-alsalib \ --without-arts PLIST_FILES= bin/mhwaveedit \ + man/man1/mhwaveedit.1.gz \ share/locale/de/LC_MESSAGES/mhwaveedit.mo \ share/locale/es/LC_MESSAGES/mhwaveedit.mo \ share/locale/fr/LC_MESSAGES/mhwaveedit.mo \ @@ -35,8 +34,6 @@ PLIST_FILES= bin/mhwaveedit \ share/applications/mhwaveedit.desktop \ share/pixmaps/mhwaveedit.xpm -MAN1= mhwaveedit.1 - OPTIONS_DEFINE= DOUBLE_SAMPLES SNDFILE SAMPLERATE OSS \ PORTAUDIO SDL JACK \ ESD PULSEAUDIO LADSPA @@ -105,7 +102,7 @@ CONFIGURE_ARGS+= --without-esound .endif .if ${PORT_OPTIONS:MPULSEAUDIO} -LIBS_DEPENDS+= pulse.0:${PORTSDIR}/audio/pulseaudio +LIBS_DEPENDS+= libpulse.so:${PORTSDIR}/audio/pulseaudio CONFIGURE_ARGS+= --with-pulse .else CONFIGURE_ARGS+= --without-pulse |