diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-02-08 13:29:02 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-02-08 13:29:02 +0000 |
commit | bd4a9ddf85fd1d8c1e2c0207a753bc6c1e095cae (patch) | |
tree | 1d1be1306555a7b1aa46b51150b9fff0e1454c2a /audio/ezstream | |
parent | - Update to 7.3 (diff) |
- 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 f18c07639b4c..08f069169acb 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) |