summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorreinoud <reinoud>2004-09-11 13:15:34 +0000
committerreinoud <reinoud>2004-09-11 13:15:34 +0000
commitd492c36fb966f91496f6de7221a8a0ab59449689 (patch)
tree0a8ec53d518237c868d6e3b9365dea9a6675ccad /misc
parentc2018731d7bba9bf8d1b428794d556e9afcd6af6 (diff)
downloadpkgsrc-d492c36fb966f91496f6de7221a8a0ab59449689.tar.gz
Make it compile on systems with a pkgsrc based pthread.
Diffstat (limited to 'misc')
-rw-r--r--misc/udfclient/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/udfclient/Makefile b/misc/udfclient/Makefile
index bb83dc45731..d64b6b5f86e 100644
--- a/misc/udfclient/Makefile
+++ b/misc/udfclient/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.11 2004/09/10 13:09:28 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2004/09/11 13:15:34 reinoud Exp $
#
DISTNAME= UDFclient.0.3
PKGNAME= udfclient-0.3
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= misc
MASTER_SITES= http://www.13thmonkey.org/udfclient/releases/
EXTRACT_SUFX= .tgz
@@ -14,6 +14,7 @@ COMMENT= UDF file system reader/writer for CD/CD-RW/DVD*RW/DVD-RAM and images
MAKEFILE= makefile
+USE_BUILDLINK3= yes
PTHREAD_OPTS+= require
.include "../../mk/pthread.buildlink3.mk"