summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authortron <tron>2006-04-13 12:01:18 +0000
committertron <tron>2006-04-13 12:01:18 +0000
commitf0217a4d5bd4408417f1c190b98b38dbb71f2dd6 (patch)
tree0928eae34d8c9d06bf52478f3303dc501a206965 /misc
parent615b75768261b8fd419e8e96f74df195255fc6cc (diff)
downloadpkgsrc-f0217a4d5bd4408417f1c190b98b38dbb71f2dd6.tar.gz
Include "ncurses" buildlink3 glue code to make sure that "cdda-player"
gets build on all platforms. Bump package revision again.
Diffstat (limited to 'misc')
-rw-r--r--misc/libcdio/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/libcdio/Makefile b/misc/libcdio/Makefile
index 39cf3ea14b4..a8a554c8aff 100644
--- a/misc/libcdio/Makefile
+++ b/misc/libcdio/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.28 2006/04/12 16:47:51 joerg Exp $
+# $NetBSD: Makefile,v 1.29 2006/04/13 12:01:18 tron Exp $
DISTNAME= libcdio-0.76
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_GNU:=libcdio/}
@@ -30,6 +30,7 @@ pre-patch:
${CP} ${FILESDIR}/_cdio_netbsd.c ${WRKSRC}/lib/driver/FreeBSD/freebsd.c
.endif
+.include "../../devel/ncurses/buildlink3.mk"
.include "../../devel/popt/buildlink3.mk"
.include "../../audio/libcddb/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"