summaryrefslogtreecommitdiff
path: root/audio/cdparanoia/Makefile
diff options
context:
space:
mode:
authorgrant <grant>2003-10-20 12:07:23 +0000
committergrant <grant>2003-10-20 12:07:23 +0000
commit3acb57f093168dbd0c56254dbcbcd83451a45f93 (patch)
tree66f33d8044947c8f5c6b51da2e7acbd6c1a51f5b /audio/cdparanoia/Makefile
parent47533783d4ea04a51ed9cdb8b2e49db1714aa07d (diff)
downloadpkgsrc-3acb57f093168dbd0c56254dbcbcd83451a45f93.tar.gz
merge some patches from FreeBSD ports.
allows this to build on FreeBSD using the ATAPI/CAM subsystem.
Diffstat (limited to 'audio/cdparanoia/Makefile')
-rw-r--r--audio/cdparanoia/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/cdparanoia/Makefile b/audio/cdparanoia/Makefile
index ffcff14924b..68ed302d36e 100644
--- a/audio/cdparanoia/Makefile
+++ b/audio/cdparanoia/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2003/07/17 21:22:01 grant Exp $
+# $NetBSD: Makefile,v 1.10 2003/10/20 12:07:23 grant Exp $
#
DISTNAME= cdparanoia-III-alpha9.8
@@ -11,7 +11,7 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.xiph.org/paranoia/
COMMENT= CDDA reading utility with extra data verification features
-ONLY_FOR_PLATFORM= NetBSD-*-* Linux-*-*
+ONLY_FOR_PLATFORM= FreeBSD-*-* NetBSD-*-* Linux-*-*
USE_GMAKE= YES
USE_LIBTOOL= YES
@@ -21,4 +21,6 @@ CONFIGURE_ARGS+= --includedir=${PREFIX}/include/cdparanoia
MAKE_ENV+= GCC=yes
+LDFLAGS.FreeBSD+= -lcam
+
.include "../../mk/bsd.pkg.mk"