diff options
author | pav <pav@FreeBSD.org> | 2005-02-08 13:29:02 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-02-08 13:29:02 +0000 |
commit | 8d5a4b2d039b46c5180db0017d783bfa30a29eab (patch) | |
tree | 32f3dba8a00c14098d8a6962371f99d443d56cbc /audio/ezstream | |
parent | 2182077399f2ed4529c700a9b98a5772a24ffbbf (diff) | |
download | FreeBSD-ports-8d5a4b2d039b46c5180db0017d783bfa30a29eab.zip FreeBSD-ports-8d5a4b2d039b46c5180db0017d783bfa30a29eab.tar.gz |
- Switch to libtool15
PR: ports/77207
Submitted by: Frank J.Laszlo <laszlof@vonostingroup.com> (maintainer)
Diffstat (limited to 'audio/ezstream')
-rw-r--r-- | audio/ezstream/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/ezstream/Makefile b/audio/ezstream/Makefile index f18c076..08f0691 100644 --- a/audio/ezstream/Makefile +++ b/audio/ezstream/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= shout.3:${PORTSDIR}/audio/libshout2 \ CONFIGURE_ENV= CFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib" USE_GMAKE= yes -USE_LIBTOOL_VER= 13 +USE_LIBTOOL_VER= 15 post-install: .if !defined(NOPORTDOCS) |