summaryrefslogtreecommitdiff
path: root/wm/pekwm
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-07-31 03:45:37 +0000
committerxtraeme <xtraeme>2004-07-31 03:45:37 +0000
commit9049c65b4139a95d906ad82b019ef04d628177e7 (patch)
treec8413920489cd510c170a2a93a5832c95cbeeee9 /wm/pekwm
parenta33048c08516e0e4ca0af818d9b8ea465bab7a2c (diff)
downloadpkgsrc-9049c65b4139a95d906ad82b019ef04d628177e7.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"