summaryrefslogtreecommitdiff
path: root/audio/libvorbis/Makefile
diff options
context:
space:
mode:
authorzuntum <zuntum@pkgsrc.org>2001-06-26 13:07:37 +0000
committerzuntum <zuntum@pkgsrc.org>2001-06-26 13:07:37 +0000
commit377124dce9060a1db605e21cb5e3cc61b8e11de7 (patch)
tree5adecc7aea3c6875cc00be3250810d92b9ec9742 /audio/libvorbis/Makefile
parent7cc41b77e22a55cc9fb76bb1af73322c963c83db (diff)
downloadpkgsrc-377124dce9060a1db605e21cb5e3cc61b8e11de7.tar.gz
o convert to use buildlink.mk
o add buildlink.mk for use by other packages
Diffstat (limited to 'audio/libvorbis/Makefile')
-rw-r--r--audio/libvorbis/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/libvorbis/Makefile b/audio/libvorbis/Makefile
index e120f290854..52885da61f8 100644
--- a/audio/libvorbis/Makefile
+++ b/audio/libvorbis/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2001/04/11 09:00:45 tron Exp $
+# $NetBSD: Makefile,v 1.5 2001/06/26 13:07:37 zuntum Exp $
DISTNAME= libvorbis-1.0beta4
PKGNAME= libvorbis-1.0.0.4
@@ -9,15 +9,15 @@ MAINTAINER= reed@reedmedia.net
HOMEPAGE= http://www.xiph.org/ogg/vorbis/
COMMENT= Library for the Ogg Vorbis audio encoding format
+USE_BUILDLINK_ONLY= YES
BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
BUILD_DEPENDS+= automake-1.4:../../devel/automake
-DEPENDS+= libogg>=1.0.0.4:../../audio/libogg
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
-CONFIGURE_ARGS= --with-ogg-prefix=${PREFIX}
PLIST_SUBST+= DISTNAME=${DISTNAME}
+.include "../../audio/libogg/buildlink.mk"
.include "../../mk/bsd.pkg.mk"