diff options
author | tv <tv@pkgsrc.org> | 2005-04-11 21:44:48 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-04-11 21:44:48 +0000 |
commit | f816d81489fd245a89e581c2f9cf792562ade194 (patch) | |
tree | 2d8b7b078f159a824fcd53503d6096a145f0f177 /misc/udfclient | |
parent | 20c9d4d37f602a9588b4348f641bf63018a0abb9 (diff) | |
download | pkgsrc-f816d81489fd245a89e581c2f9cf792562ade194.tar.gz |
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Diffstat (limited to 'misc/udfclient')
-rw-r--r-- | misc/udfclient/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/udfclient/Makefile b/misc/udfclient/Makefile index 699054fd028..54d66c27f6e 100644 --- a/misc/udfclient/Makefile +++ b/misc/udfclient/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2005/04/10 00:42:49 reinoud Exp $ +# $NetBSD: Makefile,v 1.19 2005/04/11 21:46:40 tv Exp $ # DISTNAME= UDFclient.0.3.5 @@ -14,7 +14,6 @@ COMMENT= UDF file system reader/writer for CD/CD-RW/DVD*RW/DVD-RAM and images GNU_CONFIGURE= yes -USE_BUILDLINK3= yes PTHREAD_OPTS+= require .include "../../mk/pthread.buildlink3.mk" |