diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2006-08-07 20:40:44 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2006-08-07 20:40:44 +0000 |
commit | e560236efeb4c484e8443b2059cec03a7d536830 (patch) | |
tree | 87bfcb60d3d954327b80d76fc0a9143d965c9331 /chat | |
parent | 749dda855fefc87b206ad8b2a60b80d8ef96407a (diff) | |
download | pkgsrc-e560236efeb4c484e8443b2059cec03a7d536830.tar.gz |
add c to USE_LANGUAGES, to fix warning during toolchain wrappers phase
Diffstat (limited to 'chat')
-rw-r--r-- | chat/psi/Makefile | 4 |
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 |