diff options
Diffstat (limited to 'devel/gtl/Makefile')
-rw-r--r-- | devel/gtl/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/gtl/Makefile b/devel/gtl/Makefile index fc481ad00e9..624e5f2933a 100644 --- a/devel/gtl/Makefile +++ b/devel/gtl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2003/07/17 21:31:01 grant Exp $ +# $NetBSD: Makefile,v 1.11 2003/11/03 18:17:55 gavan Exp $ DISTNAME= GTL-0.3.3 PKGNAME= gtl-0.3.3 @@ -11,6 +11,10 @@ COMMENT= C++ graph data structure library based on the STL USE_LIBTOOL= # defined LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool + +USE_BUILDLINK2= # defined +USE_GCC_SHLIB= # defined LICENSE= no-commercial-use |