diff options
author | Ade Lovett <ade@FreeBSD.org> | 2004-07-01 17:06:41 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2004-07-01 17:06:41 +0000 |
commit | 328b757bf2b6c173ce65d3872ea462f25a5d5f9b (patch) | |
tree | 9a761809da3b45684b09bc2f0d6091132e77c78a /audio/swami | |
parent | ab98d6018836ec7c6f81c02805fae5314c044f04 (diff) |
Autotools cleanup. Remove autoconf257 (259), automake17 (18), and
libtool14 (13/15).
PR: 67768
Submitted by: ade
Approved by: 4-exp bento runs (thanks, kris!)
Notes
Notes:
svn path=/head/; revision=112679
Diffstat (limited to 'audio/swami')
-rw-r--r-- | audio/swami/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/swami/Makefile b/audio/swami/Makefile index 6591688fd0df..0f8120bf22df 100644 --- a/audio/swami/Makefile +++ b/audio/swami/Makefile @@ -23,7 +23,7 @@ LIB_DEPENDS= popt:${PORTSDIR}/devel/popt \ USE_X_PREFIX= yes USE_BZIP2= yes USE_REINPLACE= yes -USE_LIBTOOL_VER= 14 +USE_LIBTOOL_VER= 13 USE_GNOME= gnomelibs gnometarget CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |