diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 22:31:38 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 22:31:38 +0000 |
commit | 0dc34effd5fa8f149bf364d4097516c57e825eea (patch) | |
tree | a1b48ae17cce6abbd28f23dfd05e44010cc2943d /audio/sweep | |
parent | 6e81d16ecdb3831bd2c270782b7589ae45617a6a (diff) |
Notes
Diffstat (limited to 'audio/sweep')
-rw-r--r-- | audio/sweep/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/sweep/Makefile b/audio/sweep/Makefile index 1af17fe961da..83f913f212bf 100644 --- a/audio/sweep/Makefile +++ b/audio/sweep/Makefile @@ -18,9 +18,8 @@ LIB_DEPENDS= mad:${PORTSDIR}/audio/libmad \ speex:${PORTSDIR}/audio/speex USE_BZIP2= yes -USES= pathfix gettext +USES= pathfix gettext pkgconfig gmake USE_GNOME= gtk20 -USE_GMAKE= yes USE_AUTOTOOLS= libtool CPPFLAGS+= -I${LOCALBASE}/include |