summaryrefslogtreecommitdiff
path: root/wm
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-07-31 03:45:37 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-07-31 03:45:37 +0000
commitf21b00ce3367e554391bf8226a38319ee82ebcaf (patch)
treec8413920489cd510c170a2a93a5832c95cbeeee9 /wm
parent5044568d23e54cbdd33f2e55fb8c83f07e058a9a (diff)
downloadpkgsrc-f21b00ce3367e554391bf8226a38319ee82ebcaf.tar.gz
USE_GCC_SHLIB will be deprecated soon, so change it to
USE_LANGUAGES+=c++.
Diffstat (limited to 'wm')
-rw-r--r--wm/pekwm/Makefile4
1 files 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"