diff options
author | rh <rh@pkgsrc.org> | 2002-04-27 11:31:23 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2002-04-27 11:31:23 +0000 |
commit | 7acdc587eb29afd3f65e3a9c12ecce33dda355f9 (patch) | |
tree | 1dabdc9a5be2e70a979c0725b40dc2a191ff7cf7 /net/libIDL/Makefile | |
parent | 4692a19ee9789e851301ba19047ac4f5a871b442 (diff) | |
download | pkgsrc-7acdc587eb29afd3f65e3a9c12ecce33dda355f9.tar.gz |
Add proper LIBTOOL_OVERRIDEs so this actually uses pkgsrc's libtool.
Diffstat (limited to 'net/libIDL/Makefile')
-rw-r--r-- | net/libIDL/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/libIDL/Makefile b/net/libIDL/Makefile index 5248b83e23a..ad6dbded664 100644 --- a/net/libIDL/Makefile +++ b/net/libIDL/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2002/04/27 08:49:14 rh Exp $ +# $NetBSD: Makefile,v 1.3 2002/04/27 11:31:23 rh Exp $ # DISTNAME= libIDL-0.7.4 @@ -13,6 +13,7 @@ COMMENT= CORBA Interface Definition Language parser USE_LIBTOOL= YES USE_BUILDLINK_ONLY= YES +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool GNU_CONFIGURE= YES .include "../../converters/libiconv/buildlink.mk" |