summaryrefslogtreecommitdiff
path: root/devel/stlport
diff options
context:
space:
mode:
authorrillig <rillig>2005-09-28 20:52:18 +0000
committerrillig <rillig>2005-09-28 20:52:18 +0000
commit4e79085c76d137332c22a7250a1d71af8a54d788 (patch)
tree49fa5aa9585554801243dca9aced094d40285ba0 /devel/stlport
parentc4fadcb41aac66eb827c3fac04625ff7eb355f08 (diff)
downloadpkgsrc-4e79085c76d137332c22a7250a1d71af8a54d788.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}"