From 472df606416bc3eda4d0c762236f4556a7972a6f Mon Sep 17 00:00:00 2001 From: xtraeme Date: Sat, 31 Jul 2004 03:45:37 +0000 Subject: USE_GCC_SHLIB will be deprecated soon, so change it to USE_LANGUAGES+=c++. --- wm/pekwm/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wm/pekwm/Makefile b/wm/pekwm/Makefile index d252fb09354..aa273eeb779 100644 --- a/wm/pekwm/Makefile +++ b/wm/pekwm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/02/26 09:02:43 xtraeme Exp $ +# $NetBSD: Makefile,v 1.11 2004/07/31 03:45:37 xtraeme Exp $ # DISTNAME= pekwm-0.1.3 @@ -17,7 +17,7 @@ USE_GNU_TOOLS+= make USE_X11= YES USE_PERL5= run USE_PKGINSTALL= YES -USE_GCC_SHLIB= YES +USE_LANGUAGES+= c++ .include "../../mk/bsd.prefs.mk" -- cgit v1.2.3