summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorreinoud <reinoud>2004-09-10 13:05:27 +0000
committerreinoud <reinoud>2004-09-10 13:05:27 +0000
commit426205ac6f822d48b771380ace03339962e68852 (patch)
tree780fd217b937acfa995c47efedfab5672edbe78e /misc
parent5ed9c77e8961fb7985f2a0293bec97c367340475 (diff)
downloadpkgsrc-426205ac6f822d48b771380ace03339962e68852.tar.gz
Make it compile under 1.6.2 by including pthread when nessisary
Diffstat (limited to 'misc')
-rw-r--r--misc/udfclient/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/misc/udfclient/Makefile b/misc/udfclient/Makefile
index e4257895a45..e7f9ba3dc60 100644
--- a/misc/udfclient/Makefile
+++ b/misc/udfclient/Makefile
@@ -1,17 +1,21 @@
-# $NetBSD: Makefile,v 1.9 2004/08/21 13:06:24 reinoud Exp $
+# $NetBSD: Makefile,v 1.10 2004/09/10 13:05:27 reinoud Exp $
#
DISTNAME= UDFclient.0.3
PKGNAME= udfclient-0.3
+PKGREVISION= 1
CATEGORIES= misc
MASTER_SITES= http://www.13thmonkey.org/udfclient/releases/
EXTRACT_SUFX= .tgz
MAINTAINER= buzztoh@13thmonkey.org
HOMEPAGE= http://www.13thmonkey.org/udfclient/
-COMMENT= UDF filingsystem reader/writer for CD-ROMs, CD-RWs and DVDs and image files
+COMMENT= UDF filingsystem reader/writer for CD/CD-RW/DVD*RW/DVD-RAM and images
WRKSRC= ${WRKDIR}/UDFclient.0.3
MAKEFILE= makefile
+PTHREAD_OPTS+= require
+
+.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"