diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-09 17:58:46 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-09 17:58:46 +0000 |
commit | 30b697a04c33ea5d702ba8666e2d66d95e3015d5 (patch) | |
tree | e406cbcc7026e7af05c4c548e7325951d970a0d5 /security | |
parent | eaf338cdbbfd183c7d6451fe3672718097a64a63 (diff) | |
download | pkgsrc-30b697a04c33ea5d702ba8666e2d66d95e3015d5.tar.gz |
Uses C++.
Diffstat (limited to 'security')
-rw-r--r-- | security/courier-authlib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/courier-authlib/Makefile b/security/courier-authlib/Makefile index 6526c5259cf..f0732fcec57 100644 --- a/security/courier-authlib/Makefile +++ b/security/courier-authlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2006/03/14 01:14:33 jlam Exp $ +# $NetBSD: Makefile,v 1.22 2006/05/09 17:58:46 joerg Exp $ .include "Makefile.common" @@ -22,6 +22,7 @@ PKG_SYSCONFSUBDIR= authlib REPLACE_PERL= samplepipe.pl sysconftool +USE_LANGUAGES= c c++ USE_TOOLS+= cat:run gmake perl:run CONFIGURE_ENV+= CAT=${TOOLS_CAT:Q} # makedat |