diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-06-11 06:57:08 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-06-11 06:57:08 +0000 |
commit | 2298437f46248c7286c2607b5074a1ce44dc73a8 (patch) | |
tree | a7d78d841fa1fa858047b6b52636afe4fc9c0bc0 /audio/libmusicbrainz/Makefile | |
parent | Update to 20050304 (diff) |
Use USE_LIBTOOL_VER=15 to fix the build on -CURRENT.
Reported by: GNOME Tinderbox
Notes
Notes:
svn path=/head/; revision=137248
Diffstat (limited to '')
-rw-r--r-- | audio/libmusicbrainz/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/libmusicbrainz/Makefile b/audio/libmusicbrainz/Makefile index 99584a09343c..927ddf29799a 100644 --- a/audio/libmusicbrainz/Makefile +++ b/audio/libmusicbrainz/Makefile @@ -20,7 +20,7 @@ CONFLICTS= musicbrainz-* USE_GMAKE= yes USE_GNOME= gnomehack gnometarget pkgconfig USE_REINPLACE= yes -GNU_CONFIGURE= yes +USE_LIBTOOL_VER=15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" INSTALLS_SHLIB= yes |