diff options
author | wiz <wiz> | 2004-11-22 21:22:11 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-11-22 21:22:11 +0000 |
commit | acb2b34753b8ea1145232425de633e6950c83498 (patch) | |
tree | bd6e33dbc2630a5ed64c96d948403ba4e6262dfb | |
parent | 10cc7c23619c6a53476225002bfd9723ee998c13 (diff) | |
download | pkgsrc-acb2b34753b8ea1145232425de633e6950c83498.tar.gz |
USE_LANGUAGES= c++
-rw-r--r-- | mail/spamass-milter/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/spamass-milter/Makefile b/mail/spamass-milter/Makefile index 72723999344..ca19def8777 100644 --- a/mail/spamass-milter/Makefile +++ b/mail/spamass-milter/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/04/24 23:05:46 snj Exp $ +# $NetBSD: Makefile,v 1.11 2004/11/22 21:22:11 wiz Exp $ # DISTNAME= spamass-milter-0.1.3a @@ -15,7 +15,7 @@ DEPENDS+= spamassassin>=2.44:../../mail/spamassassin USE_BUILDLINK3= YES GNU_CONFIGURE= YES USE_PKGINSTALL= YES -USE_GCC_SHLIB= YES +USE_LANGUAGES= c++ RCD_SCRIPTS= spamass-milter |