diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-10-13 15:52:13 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-10-13 15:52:13 +0000 |
commit | a7da1cec1609120b903be8d021cf78c46fa0577a (patch) | |
tree | 4c2069bed3cb898e2b5e320376e9dbc41b61d224 /audio/libsndfile | |
parent | 962f2178b05aa1da38ffadcb3f5c2a6d5338d0e5 (diff) | |
download | ports-a7da1cec1609120b903be8d021cf78c46fa0577a.tar.gz ports-a7da1cec1609120b903be8d021cf78c46fa0577a.zip |
Notes
Diffstat (limited to 'audio/libsndfile')
-rw-r--r-- | audio/libsndfile/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/libsndfile/Makefile b/audio/libsndfile/Makefile index bae458cf2bd7..173515ee01d5 100644 --- a/audio/libsndfile/Makefile +++ b/audio/libsndfile/Makefile @@ -14,9 +14,8 @@ MASTER_SITES= http://www.mega-nerd.com/libsndfile/ MAINTAINER= ports@FreeBSD.org COMMENT= Reading and writing files containing sampled sound (like WAV or AIFF) -USE_GCC= 3.4 -USE_GNOME= gnomehack gnometarget lthack pkgconfig -USE_INC_LIBTOOL_VER= 13 +USE_GNOME= gnomehack gnometarget pkgconfig +USE_LIBTOOL_VER=15 USE_REINPLACE= yes CONFIGURE_ARGS= --enable-justsrc --disable-gcc-pipe INSTALLS_SHLIB= yes |