summaryrefslogtreecommitdiff
path: root/audio/vorbis-tools
diff options
context:
space:
mode:
authorjlam <jlam>2002-09-05 21:03:49 +0000
committerjlam <jlam>2002-09-05 21:03:49 +0000
commit5b6ef1ea059fdebb6321ac45c549ef825dddd66e (patch)
treea2ed8a573875a3f6cd3765e87dc82496070cd541 /audio/vorbis-tools
parent235693b4ed2f0c4df2b718585612d836ffaf0b00 (diff)
downloadpkgsrc-5b6ef1ea059fdebb6321ac45c549ef825dddd66e.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"