summaryrefslogtreecommitdiff
path: root/devel/stlport/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/stlport/Makefile')
-rw-r--r--devel/stlport/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/stlport/Makefile b/devel/stlport/Makefile
index ae61cbe4e5e..24a853eb55e 100644
--- a/devel/stlport/Makefile
+++ b/devel/stlport/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2004/02/14 17:39:29 mrauch Exp $
+# $NetBSD: Makefile,v 1.18 2004/04/27 03:09:58 snj Exp $
DISTNAME= STLport-4.6
PKGNAME= stlport-4.6
@@ -9,7 +9,7 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.stlport.org/
COMMENT= Complete C++ standard library
-USE_BUILDLINK2= # defined
+USE_BUILDLINK3= yes
USE_GNU_TOOLS+= make
USE_LIBTOOL= # defined
USE_LANGUAGES= c c++
@@ -46,5 +46,5 @@ do-install:
cd ${WRKSRC}/doc; ${INSTALL_DATA} *.css *.html ${HTMLDIR}
cd ${WRKSRC}/doc; ${INSTALL_DATA} images/* ${HTMLDIR}/images
-.include "../../mk/pthread.buildlink2.mk"
+.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"