From ee8301562a4874b7f19dd34e16b99dcee959bf9f Mon Sep 17 00:00:00 2001 From: jlam Date: Thu, 23 Aug 2001 16:54:37 +0000 Subject: Find libraries in ${BUILDLINK_DIR}/lib and mark as USE_BUILDLINK_ONLY. --- audio/vorbis-tools/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'audio') 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" -- cgit v1.2.3