summaryrefslogtreecommitdiff
path: root/devel/gtl
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-09-28 20:52:18 +0000
committerrillig <rillig@pkgsrc.org>2005-09-28 20:52:18 +0000
commit5946936ffcde6674d4e6801abd4a757acd269dd5 (patch)
tree49fa5aa9585554801243dca9aced094d40285ba0 /devel/gtl
parent2c69e8a8941ca93a1afedde417f2dbaafd801bd6 (diff)
downloadpkgsrc-5946936ffcde6674d4e6801abd4a757acd269dd5.tar.gz
Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
Diffstat (limited to 'devel/gtl')
-rw-r--r--devel/gtl/Makefile6
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