diff options
author | grant <grant@pkgsrc.org> | 2003-07-30 19:12:03 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-07-30 19:12:03 +0000 |
commit | 9e8c899447768eaea736b7651c8340918ae8fc3d (patch) | |
tree | 70cd4a6e32719f90d409e9ebcb944b90a3af5530 /misc | |
parent | 6d62e266f773c9a8421bd4a5102605e318f79fd3 (diff) | |
download | pkgsrc-9e8c899447768eaea736b7651c8340918ae8fc3d.tar.gz |
use LIBTOOL_OVERRIDE.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/libdvdread/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/libdvdread/Makefile b/misc/libdvdread/Makefile index 574eb730cbf..42c38611cc9 100644 --- a/misc/libdvdread/Makefile +++ b/misc/libdvdread/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2003/07/17 21:49:25 grant Exp $ +# $NetBSD: Makefile,v 1.9 2003/07/30 19:12:03 grant Exp $ DISTNAME= libdvdread-0.9.4 CATEGORIES= misc @@ -13,4 +13,6 @@ USE_GMAKE= yes USE_LIBTOOL= yes USE_BUILDLINK2= yes +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool + .include "../../mk/bsd.pkg.mk" |