diff options
author | jlam <jlam> | 2002-08-26 06:45:38 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-08-26 06:45:38 +0000 |
commit | 35b596d7ae972f4f8fe8cc0c67a805c35b7a521f (patch) | |
tree | 84082a628a8c66a5505054ee5beb862c541eb66c /misc | |
parent | e29b664f7e1e5730b0b3091936e245ddaca87703 (diff) | |
download | pkgsrc-35b596d7ae972f4f8fe8cc0c67a805c35b7a521f.tar.gz |
Use buildlink2.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/libdvdread/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/libdvdread/Makefile b/misc/libdvdread/Makefile index 68657df7562..3f01c316d5d 100644 --- a/misc/libdvdread/Makefile +++ b/misc/libdvdread/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2002/08/25 19:23:09 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2002/08/26 06:51:40 jlam Exp $ DISTNAME= libdvdread-0.9.3 CATEGORIES= misc @@ -11,5 +11,6 @@ COMMENT= DVD access library, primarily used in Ogle GNU_CONFIGURE= yes USE_GMAKE= yes USE_LIBTOOL= yes +USE_BUILDLINK2= yes .include "../../mk/bsd.pkg.mk" |