summaryrefslogtreecommitdiff
path: root/audio/xmms-modplug
diff options
context:
space:
mode:
authorben <ben@pkgsrc.org>2004-04-14 15:07:13 +0000
committerben <ben@pkgsrc.org>2004-04-14 15:07:13 +0000
commit0ed65c021c6a4b0517098ae1d877f076b044ab3f (patch)
treee644e45307a6eee97e05bd54ddd01f3c1ed293b4 /audio/xmms-modplug
parent051f39e2c073c647e45a1e6d086f75e1fd16c043 (diff)
downloadpkgsrc-0ed65c021c6a4b0517098ae1d877f076b044ab3f.tar.gz
Change -lossaudio to ${LIBOSSAUDIO} so this will build on non-NetBSD platforms.
Diffstat (limited to 'audio/xmms-modplug')
-rw-r--r--audio/xmms-modplug/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xmms-modplug/Makefile b/audio/xmms-modplug/Makefile
index 4c7e19ae74f..763728ed9a3 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