summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2005-03-30 15:27:44 +0000
committerxtraeme <xtraeme>2005-03-30 15:27:44 +0000
commit9d995b6eb8dd413b9acbe49d3744faedb5732f5d (patch)
tree0cf0fed1f48b31f4e9757471976fc9a247b5fa7a /audio
parentac235e8b2a940fbbc2d2711ecb0462ba4f64d47a (diff)
downloadpkgsrc-9d995b6eb8dd413b9acbe49d3744faedb5732f5d.tar.gz
DragonFlyBSD support enabled, submitted by Todd Willey in PR pkg/29835.
Diffstat (limited to 'audio')
-rw-r--r--audio/cdparanoia/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/cdparanoia/Makefile b/audio/cdparanoia/Makefile
index 2fbbe96bdaf..74356d71bac 100644
--- a/audio/cdparanoia/Makefile
+++ b/audio/cdparanoia/Makefile
@@ -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"