summaryrefslogtreecommitdiff
path: root/devel/stlport
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/stlport
parent2c69e8a8941ca93a1afedde417f2dbaafd801bd6 (diff)
downloadpkgsrc-5946936ffcde6674d4e6801abd4a757acd269dd5.tar.gz
Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
Diffstat (limited to 'devel/stlport')
-rw-r--r--devel/stlport/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/stlport/Makefile b/devel/stlport/Makefile
index bc2b6f63254..574a06e9556 100644
--- a/devel/stlport/Makefile
+++ b/devel/stlport/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2005/06/16 06:57:48 jlam Exp $
+# $NetBSD: Makefile,v 1.25 2005/09/28 20:52:20 rillig Exp $
DISTNAME= STLport-4.6
PKGNAME= stlport-4.6
@@ -11,10 +11,10 @@ HOMEPAGE= http://www.stlport.org/
COMMENT= Complete C++ standard library
USE_TOOLS+= gmake
-USE_LIBTOOL= # defined
+USE_LIBTOOL= yes
USE_LANGUAGES= c c++
-NO_CONFIGURE= # defined
+NO_CONFIGURE= yes
BUILD_DIRS= ${WRKSRC}/src
MAKE_ENV+= CXXFLAGS="${CXXFLAGS}"