summaryrefslogtreecommitdiff
path: root/audio/vorbis-tools
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-09-05 21:03:49 +0000
committerjlam <jlam@pkgsrc.org>2002-09-05 21:03:49 +0000
commite7d410e198e9fc0e6fa235424359af443657e510 (patch)
treea2ed8a573875a3f6cd3765e87dc82496070cd541 /audio/vorbis-tools
parent2513aca2cd225cfa70ed00808843824a6ad40be8 (diff)
downloadpkgsrc-e7d410e198e9fc0e6fa235424359af443657e510.tar.gz
Use curl/buildlink2.mk instead of directly depending on curl as we need the
headers and libraries from the curl package during the build and this package uses buildlink2.
Diffstat (limited to 'audio/vorbis-tools')
-rw-r--r--audio/vorbis-tools/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/vorbis-tools/Makefile b/audio/vorbis-tools/Makefile
index f1183b54aa1..575329885c9 100644
--- a/audio/vorbis-tools/Makefile
+++ b/audio/vorbis-tools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2002/08/25 21:49:29 jlam Exp $
+# $NetBSD: Makefile,v 1.17 2002/09/05 21:03:49 jlam Exp $
DISTNAME= vorbis-tools-1.0
PKGNAME= vorbis-tools-1.0.0.8
@@ -12,8 +12,6 @@ COMMENT= Ogg Vorbis encoder and player
# list it into IPv6-ready packages
BUILD_DEFS+= USE_INET6
-DEPENDS= curl>=7.9.1:../../www/curl
-
CONFLICTS= vorbis-[0-9]*
USE_BUILDLINK2= yes
@@ -31,6 +29,7 @@ PTHREAD_OPTS+= require
.include "../../audio/libao/buildlink2.mk"
.include "../../audio/libogg/buildlink2.mk"
.include "../../audio/libvorbis/buildlink2.mk"
+.include "../../www/curl/buildlink2.mk"
.include "../../mk/pthread.buildlink2.mk"
.include "../../mk/bsd.pkg.mk"