summaryrefslogtreecommitdiff
path: root/audio/liveice/Makefile
diff options
context:
space:
mode:
authorsbd <sbd@pkgsrc.org>2011-12-17 10:14:44 +0000
committersbd <sbd@pkgsrc.org>2011-12-17 10:14:44 +0000
commit3c0ccbf49b73aec7c4de6a3640abc43cb35e4d93 (patch)
treeab4ddc911cce7f34cfdf722088f6dfc71f4cbc7d /audio/liveice/Makefile
parent85a9180a3d7f5b916a4062c43885d56c3d794525 (diff)
downloadpkgsrc-3c0ccbf49b73aec7c4de6a3640abc43cb35e4d93.tar.gz
Add missing mk/curses buildlink.
Respect LDFLAGS Bump PKGREVISION
Diffstat (limited to 'audio/liveice/Makefile')
-rw-r--r--audio/liveice/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/liveice/Makefile b/audio/liveice/Makefile
index 99a71808160..40b50ad2ed9 100644
--- a/audio/liveice/Makefile
+++ b/audio/liveice/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.16 2010/03/14 17:55:28 martin Exp $
+# $NetBSD: Makefile,v 1.17 2011/12/17 10:14:44 sbd Exp $
#
DISTNAME= liveice
PKGNAME= liveice-0.20001121
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://star.arm.ac.uk/~spm/software/
@@ -37,5 +37,6 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${PREFIX}/share/doc/liveice
.endfor
+.include "../../mk/curses.buildlink3.mk"
.include "../../mk/oss.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"