diff options
Diffstat (limited to 'devel/gtl/Makefile')
-rw-r--r-- | devel/gtl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/gtl/Makefile b/devel/gtl/Makefile index 358cd97c761..452a08dda4f 100644 --- a/devel/gtl/Makefile +++ b/devel/gtl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2005/04/11 21:45:25 tv Exp $ +# $NetBSD: Makefile,v 1.21 2005/09/28 20:52:19 rillig Exp $ DISTNAME= GTL-1.2.1 PKGNAME= gtl-1.2.1 @@ -10,7 +10,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.fmi.uni-passau.de/Graphlet/GTL/ COMMENT= C++ graph data structure library based on the STL -USE_LIBTOOL= # defined +USE_LIBTOOL= yes USE_LANGUAGES= c c++ # previous version of the same @@ -18,7 +18,7 @@ CONFLICTS= gtl0-[0-9]* LICENSE= no-commercial-use -GNU_CONFIGURE= # defined +GNU_CONFIGURE= yes CONFIGURE_ENV+= CXXFLAGS="${CXXFLAGS}" DOCDIR= ${PREFIX}/share/doc/GTL |