summaryrefslogtreecommitdiff
path: root/chat/psi
diff options
context:
space:
mode:
authorjdolecek <jdolecek@pkgsrc.org>2006-08-07 20:40:44 +0000
committerjdolecek <jdolecek@pkgsrc.org>2006-08-07 20:40:44 +0000
commite560236efeb4c484e8443b2059cec03a7d536830 (patch)
tree87bfcb60d3d954327b80d76fc0a9143d965c9331 /chat/psi
parent749dda855fefc87b206ad8b2a60b80d8ef96407a (diff)
downloadpkgsrc-e560236efeb4c484e8443b2059cec03a7d536830.tar.gz
add c to USE_LANGUAGES, to fix warning during toolchain wrappers phase
Diffstat (limited to 'chat/psi')
-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