diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-07 12:24:50 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-07 12:24:50 +0000 |
commit | 57798b269de2cd071bd5f3ca16dc3fffc3e06e31 (patch) | |
tree | 8805104cd62d7cc661e6ddaf1972d40192505365 /mail | |
parent | 610c492b990e2d2cac19243c59a17e4a2dac69c4 (diff) | |
download | pkgsrc-57798b269de2cd071bd5f3ca16dc3fffc3e06e31.tar.gz |
Uses C++.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/elmo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/elmo/Makefile b/mail/elmo/Makefile index 4afa2506a4b..57c41eeaf72 100644 --- a/mail/elmo/Makefile +++ b/mail/elmo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/04/22 09:22:10 rillig Exp $ +# $NetBSD: Makefile,v 1.11 2006/06/07 12:24:50 joerg Exp $ # DISTNAME= elmo-1.3.2 @@ -10,6 +10,7 @@ MAINTAINER= pkg@burningsoda.com HOMEPAGE= http://elmo.sourceforge.net/ COMMENT= The ELectronic Mail Operator MUA +USE_LANGUAGES= c c++ USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes |