From 0ed65c021c6a4b0517098ae1d877f076b044ab3f Mon Sep 17 00:00:00 2001 From: ben Date: Wed, 14 Apr 2004 15:07:13 +0000 Subject: [PATCH] Change -lossaudio to ${LIBOSSAUDIO} so this will build on non-NetBSD platforms. --- audio/xmms-modplug/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/audio/xmms-modplug/Makefile b/audio/xmms-modplug/Makefile index 4c7e19ae74f8..763728ed9a32 100644 --- a/audio/xmms-modplug/Makefile +++ b/audio/xmms-modplug/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/03/05 22:36:12 ben Exp $ +# $NetBSD: Makefile,v 1.2 2004/04/14 15:07:13 ben Exp $ # DISTNAME= modplugxmms-2.05 @@ -12,7 +12,7 @@ COMMENT= XMMS plugin based on modplug DEPENDS+= unzip-[0-9]*:../../archivers/unzip -LDFLAGS+= -lm -lossaudio +LDFLAGS+= -lm ${LIBOSSAUDIO} USE_X11= yes USE_BUILDLINK3= yes GNU_CONFIGURE= yes