diff options
author | marcus <marcus@FreeBSD.org> | 2005-06-11 14:57:08 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-06-11 14:57:08 +0800 |
commit | 62462dff9d24bfd604849504b2e2abac9290301c (patch) | |
tree | e820395f08a32a77ff5aa6ade54c196771040b22 /audio/libmusicbrainz3/Makefile | |
parent | adfe4008bf5943ff57a4a81fd02700382b21738d (diff) | |
download | freebsd-ports-gnome-62462dff9d24bfd604849504b2e2abac9290301c.tar.gz freebsd-ports-gnome-62462dff9d24bfd604849504b2e2abac9290301c.tar.zst freebsd-ports-gnome-62462dff9d24bfd604849504b2e2abac9290301c.zip |
Use USE_LIBTOOL_VER=15 to fix the build on -CURRENT.
Reported by: GNOME Tinderbox
Diffstat (limited to 'audio/libmusicbrainz3/Makefile')
-rw-r--r-- | audio/libmusicbrainz3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/libmusicbrainz3/Makefile b/audio/libmusicbrainz3/Makefile index 99584a09343c..927ddf29799a 100644 --- a/audio/libmusicbrainz3/Makefile +++ b/audio/libmusicbrainz3/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 |