summaryrefslogtreecommitdiff
path: root/audio/vorbis-tools
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-08-23 16:54:37 +0000
committerjlam <jlam@pkgsrc.org>2001-08-23 16:54:37 +0000
commitee8301562a4874b7f19dd34e16b99dcee959bf9f (patch)
treee666aa85449cd2cecf8755511a11ac33385d4d6a /audio/vorbis-tools
parent59ca6873185d8f89b76f264f6a677a703aed32bd (diff)
downloadpkgsrc-ee8301562a4874b7f19dd34e16b99dcee959bf9f.tar.gz
Find libraries in ${BUILDLINK_DIR}/lib and mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'audio/vorbis-tools')
-rw-r--r--audio/vorbis-tools/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/audio/vorbis-tools/Makefile b/audio/vorbis-tools/Makefile
index 394a44dc945..113abdee473 100644
--- a/audio/vorbis-tools/Makefile
+++ b/audio/vorbis-tools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2001/08/16 05:16:29 lukem Exp $
+# $NetBSD: Makefile,v 1.6 2001/08/23 16:54:37 jlam Exp $
DISTNAME= vorbis-tools-1.0rc2
PKGNAME= vorbis-tools-1.0.0.6
@@ -11,12 +11,13 @@ COMMENT= Ogg Vorbis encoder and player
CONFLICTS= vorbis-*
+USE_BUILDLINK_ONLY= yes
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
-CONFIGURE_ARGS+= --with-ogg-prefix=${PREFIX} \
- --with-vorbis-prefix=${PREFIX} \
- --with-ao-prefix=${PREFIX}
+CONFIGURE_ARGS+= --with-ogg-prefix=${BUILDLINK_DIR} \
+ --with-vorbis-prefix=${BUILDLINK_DIR} \
+ --with-ao-prefix=${BUILDLINK_DIR}
.include "../../audio/libao/buildlink.mk"
.include "../../audio/libogg/buildlink.mk"