diff options
Diffstat (limited to 'misc/udfclient/Makefile')
-rw-r--r-- | misc/udfclient/Makefile | 5 |
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" |