DragonFlyBSD support enabled, submitted by Todd Willey in PR pkg/29835.
This commit is contained in:
parent
9b4d0feaf9
commit
ea3b0754ae
1 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.16 2004/10/10 12:30:48 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.17 2005/03/30 15:27:44 xtraeme Exp $
|
||||
#
|
||||
|
||||
DISTNAME= cdparanoia-III-alpha9.8
|
||||
|
@ -12,7 +12,7 @@ MAINTAINER= kim@tac.nyc.ny.us
|
|||
HOMEPAGE= http://www.xiph.org/paranoia/
|
||||
COMMENT= CDDA reading utility with extra data verification features
|
||||
|
||||
ONLY_FOR_PLATFORM= FreeBSD-*-* NetBSD-*-* Linux-*-*
|
||||
ONLY_FOR_PLATFORM= FreeBSD-*-* NetBSD-*-* Linux-*-* DragonFly-*-*
|
||||
|
||||
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
||||
|
||||
|
@ -26,5 +26,6 @@ CONFIGURE_ARGS+= --includedir=${PREFIX}/include/cdparanoia
|
|||
MAKE_ENV+= GCC=yes
|
||||
|
||||
LDFLAGS.FreeBSD+= -lcam
|
||||
LDFLAGS.DragonFly+= -lcam
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue