diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-31 07:01:05 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-31 07:01:05 +0800 |
commit | 5163781803124a083a6fdae72fd2235faf64ac0c (patch) | |
tree | 6b331be596022c1f3f38a56b08f44da1db3d7278 /audio/rubberband | |
parent | 33d4141ac9cf4bbc3ef63d28cc68c5a30b4b364a (diff) | |
download | freebsd-ports-gnome-5163781803124a083a6fdae72fd2235faf64ac0c.tar.gz freebsd-ports-gnome-5163781803124a083a6fdae72fd2235faf64ac0c.tar.zst freebsd-ports-gnome-5163781803124a083a6fdae72fd2235faf64ac0c.zip |
Convert audio from USE_GMAKE to USES=gmake
While here:
- Trim headers
- Convert some USE_GNOME=pkgconfig to USES=pkgconfig
- Add some missing pkgconf dependencies
- Convert some USE_GNOME=gnomehack to USES=pathfix
Diffstat (limited to 'audio/rubberband')
-rw-r--r-- | audio/rubberband/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/rubberband/Makefile b/audio/rubberband/Makefile index a8b868537870..4f67beea9f23 100644 --- a/audio/rubberband/Makefile +++ b/audio/rubberband/Makefile @@ -19,10 +19,9 @@ LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile \ fftw3.6:${PORTSDIR}/math/fftw3 RUN_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa -USES= pkgconfig +USES= gmake pkgconfig USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GMAKE= yes USE_LDCONFIG= yes CFLAGS+= -I${LOCALBASE}/include |