diff options
-rw-r--r-- | audio/mhwaveedit/Makefile | 11 | ||||
-rw-r--r-- | audio/mhwaveedit/distinfo | 2 |
2 files changed, 8 insertions, 5 deletions
diff --git a/audio/mhwaveedit/Makefile b/audio/mhwaveedit/Makefile index e164721817b6..b55710645466 100644 --- a/audio/mhwaveedit/Makefile +++ b/audio/mhwaveedit/Makefile @@ -7,8 +7,7 @@ # PORTNAME= mhwaveedit -PORTVERSION= 1.2.0 -PORTREVISION= 1 +PORTVERSION= 1.2.2 CATEGORIES= audio MASTER_SITES= http://www.mtek.chalmers.se/~hjormagn/ @@ -16,13 +15,17 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A graphical program for editing sound files LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile \ - gtk-x11-2.0.200:${PORTSDIR}/x11-toolkits/gtk20 + portaudio.0:${PORTSDIR}/audio/portaudio USE_REINPLACE= yes +USE_GNOME= gnomehack gtk20 GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --without-portaudio --without-sdl +CONFIGURE_ARGS= --without-sdl + +post-patch: + @${REINPLACE_CMD} -e 's| -O2||g' ${WRKSRC}/configure .include <bsd.port.mk> diff --git a/audio/mhwaveedit/distinfo b/audio/mhwaveedit/distinfo index fea9905185d5..10c585c9e5e8 100644 --- a/audio/mhwaveedit/distinfo +++ b/audio/mhwaveedit/distinfo @@ -1 +1 @@ -MD5 (mhwaveedit-1.2.0.tar.gz) = 32114d82dc97043f6c74bad45e1109b4 +MD5 (mhwaveedit-1.2.2.tar.gz) = 331b35e32270073db0ab52c590e7f0c8 |