diff options
author | wiz <wiz@pkgsrc.org> | 2004-11-05 21:08:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-11-05 21:08:30 +0000 |
commit | 116939f1180d77edda5879b0524d83395029d0a3 (patch) | |
tree | 9810d9963af613de38ab417db0b18a5ebed3cd7d /misc/udfclient | |
parent | 2179df05956ce84b446e1c0cfccfb4b15d5eabb7 (diff) | |
download | pkgsrc-116939f1180d77edda5879b0524d83395029d0a3.tar.gz |
Fix typo, from Cesar Catrian C. in PR 28018.
Diffstat (limited to 'misc/udfclient')
-rw-r--r-- | misc/udfclient/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/udfclient/Makefile b/misc/udfclient/Makefile index 30bdfe5317e..d25ea803e8d 100644 --- a/misc/udfclient/Makefile +++ b/misc/udfclient/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2004/10/03 23:19:07 reinoud Exp $ +# $NetBSD: Makefile,v 1.14 2004/11/05 21:08:30 wiz Exp $ # DISTNAME= UDFclient.0.3.1 @@ -12,7 +12,7 @@ MAINTAINER= buzztoh@13thmonkey.org HOMEPAGE= http://www.13thmonkey.org/udfclient/ COMMENT= UDF file system reader/writer for CD/CD-RW/DVD*RW/DVD-RAM and images -GNU_CONFIGURE= tes +GNU_CONFIGURE= yes USE_BUILDLINK3= yes PTHREAD_OPTS+= require |