diff options
author | ben <ben> | 2004-04-14 15:07:13 +0000 |
---|---|---|
committer | ben <ben> | 2004-04-14 15:07:13 +0000 |
commit | 0892e6852a5d75bc00464a0616fa889d56dccd25 (patch) | |
tree | e644e45307a6eee97e05bd54ddd01f3c1ed293b4 /audio/xmms-modplug | |
parent | 6e68221e6d8ee3813def0a9a110eb3604a221894 (diff) | |
download | pkgsrc-0892e6852a5d75bc00464a0616fa889d56dccd25.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/Makefile | 4 |
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 |