summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorjdolecek <jdolecek>2006-08-07 20:40:44 +0000
committerjdolecek <jdolecek>2006-08-07 20:40:44 +0000
commit6bef84a0c38d7d6658bfd886954ec1420bf8596b (patch)
tree87bfcb60d3d954327b80d76fc0a9143d965c9331 /chat
parente2481e2e50c90d9264f04e1e393f0795a01f9141 (diff)
downloadpkgsrc-6bef84a0c38d7d6658bfd886954ec1420bf8596b.tar.gz
add c to USE_LANGUAGES, to fix warning during toolchain wrappers phase
Diffstat (limited to 'chat')
-rw-r--r--chat/psi/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/psi/Makefile b/chat/psi/Makefile
index d4d01252f47..ea30a5eedf4 100644
--- a/chat/psi/Makefile
+++ b/chat/psi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2006/08/07 01:49:25 perry Exp $
+# $NetBSD: Makefile,v 1.45 2006/08/07 20:40:44 jdolecek Exp $
PSI_VERSION= 0.10
DISTNAME= psi-${PSI_VERSION}
@@ -18,7 +18,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${LANG_FILES}
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
USE_TOOLS+= gmake
-USE_LANGUAGES+= c++
+USE_LANGUAGES+= c c++
USE_LIBTOOL= yes
HAS_CONFIGURE= yes