summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2014-05-20 20:03:16 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2014-05-20 20:03:16 +0000
commitde6dafb35eb4a8c2f7c36fb240800bd307e61275 (patch)
tree669fe1267ffc4b49beb209d8b8f45fe05464f0f8
parent- Remove build dependency on pkgconf. (diff)
Switch to USES=libtool:oldver.
Notes
Notes: svn path=/head/; revision=354680
-rw-r--r--audio/libogg/Makefile3
-rw-r--r--audio/libogg/distinfo4
-rw-r--r--audio/libvorbis/Makefile3
3 files changed, 4 insertions, 6 deletions
diff --git a/audio/libogg/Makefile b/audio/libogg/Makefile
index 0ca6dab00c16..a6ab36d037aa 100644
--- a/audio/libogg/Makefile
+++ b/audio/libogg/Makefile
@@ -10,8 +10,7 @@ MASTER_SITES= http://downloads.xiph.org/releases/ogg/
MAINTAINER= naddy@FreeBSD.org
COMMENT= Ogg bitstream library
-USES= pathfix
-USE_AUTOTOOLS= libtool
+USES= libtool:oldver pathfix tar:xz
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
diff --git a/audio/libogg/distinfo b/audio/libogg/distinfo
index a046677aae34..4a84a727ec10 100644
--- a/audio/libogg/distinfo
+++ b/audio/libogg/distinfo
@@ -1,2 +1,2 @@
-SHA256 (libogg-1.3.1.tar.gz) = 4e343f07aa5a1de8e0fa1107042d472186b3470d846b20b115b964eba5bae554
-SIZE (libogg-1.3.1.tar.gz) = 552282
+SHA256 (libogg-1.3.1.tar.xz) = 3a5bad78d81afb78908326d11761c0fb1a0662ee7150b6ad587cc586838cdcfa
+SIZE (libogg-1.3.1.tar.xz) = 406840
diff --git a/audio/libvorbis/Makefile b/audio/libvorbis/Makefile
index ba16096bab47..ea467db8e510 100644
--- a/audio/libvorbis/Makefile
+++ b/audio/libvorbis/Makefile
@@ -12,8 +12,7 @@ COMMENT= Audio compression codec library
LIB_DEPENDS= libogg.so:${PORTSDIR}/audio/libogg
-USES= pathfix tar:xz
-USE_AUTOTOOLS= libtool
+USES= libtool:oldver pathfix tar:xz
USE_LDCONFIG= yes
GNU_CONFIGURE= yes