summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-07-31 03:45:37 +0000
committerxtraeme <xtraeme>2004-07-31 03:45:37 +0000
commit472df606416bc3eda4d0c762236f4556a7972a6f (patch)
treec8413920489cd510c170a2a93a5832c95cbeeee9
parent763dd908e265026b70e686acca76a73ce6b394e3 (diff)
downloadpkgsrc-472df606416bc3eda4d0c762236f4556a7972a6f.tar.gz
USE_GCC_SHLIB will be deprecated soon, so change it to
USE_LANGUAGES+=c++.
-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"