diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2009-02-15 04:39:01 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2009-02-15 04:39:01 +0000 |
commit | 40b1f7b485ad3313265ccbb6e6438bfe78be2104 (patch) | |
tree | 1656851468189bc11c8084406eee9ebdf19bb5d0 /audio | |
parent | 9ba7c5d8f5a885e57863dec6e68df26297b9b788 (diff) | |
download | ports-40b1f7b485ad3313265ccbb6e6438bfe78be2104.tar.gz ports-40b1f7b485ad3313265ccbb6e6438bfe78be2104.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libsndfile/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/libsndfile/Makefile b/audio/libsndfile/Makefile index 6fcb689900f3..4e494c7f5546 100644 --- a/audio/libsndfile/Makefile +++ b/audio/libsndfile/Makefile @@ -15,6 +15,7 @@ COMMENT= Reading and writing files containing sampled sound (like WAV or AIFF) USE_GNOME= gnomehack gnometarget pkgconfig GNU_CONFIGURE= yes +USE_GMAKE= yes CONFIGURE_ARGS= --disable-gcc-pipe \ --disable-sqlite CONFIGURE_ENV= CPPFLAGS="-isystem /usr/include -isystem ${LOCALBASE}/include" \ |