summaryrefslogtreecommitdiff
path: root/wm/pekwm
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
commita44549f4448ff446c3aa2d9e15e3750850a432bf (patch)
treec8413920489cd510c170a2a93a5832c95cbeeee9 /wm/pekwm
parente5db0fd5d75aa7f463633992371fc223eaa856b6 (diff)
downloadpkgsrc-a44549f4448ff446c3aa2d9e15e3750850a432bf.tar.gz
USE_GCC_SHLIB will be deprecated soon, so change it to
USE_LANGUAGES+=c++.
Diffstat (limited to 'wm/pekwm')
-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"