pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/maildrop Note dependency on db - fixes build on S...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dedecaaae7f6
branches:  trunk
changeset: 470570:dedecaaae7f6
user:      markd <markd%pkgsrc.org@localhost>
date:      Wed Mar 10 11:35:47 2004 +0000

description:
Note dependency on db - fixes build on Solaris 9.
Also USE_LANGUAGES= c c++

diffstat:

 mail/maildrop/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 27076569212b -r dedecaaae7f6 mail/maildrop/Makefile
--- a/mail/maildrop/Makefile    Wed Mar 10 11:24:17 2004 +0000
+++ b/mail/maildrop/Makefile    Wed Mar 10 11:35:47 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2004/02/24 01:24:01 jlam Exp $
+# $NetBSD: Makefile,v 1.16 2004/03/10 11:35:47 markd Exp $
 
 DISTNAME=      maildrop-1.3.9
 EXTRACT_SUFX=  .tar.gz
@@ -10,7 +10,8 @@
 DEPENDS+=      courier-maildirmake>=0.37.1:../../mail/courier-maildirmake
 
 USE_BUILDLINK2=        yes
-USE_GCC_SHLIB= yes
+USE_DB185=     yes
+USE_LANGUAGES= yes
 
 .include "../../mail/courier-auth/Makefile.common"
 
@@ -27,5 +28,6 @@
        ${INSTALL_DATA} ${WRKSRC}/README.postfix ${DOCDIR}
        ${INSTALL_DATA} ${WRKSRC}/maildroptips.txt ${DOCDIR}
 
+.include "../../databases/db/buildlink2.mk"
 .include "../../lang/perl5/buildlink2.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index