From abe0b0c8ef61116f135034de0853128689b4b690 Mon Sep 17 00:00:00 2001 From: bernd Date: Sat, 4 Feb 2006 17:33:25 +0000 Subject: [PATCH] Fix broken SHARED_LIBS stuff. ok mbalmer@ --- mail/smtp-vilter/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/mail/smtp-vilter/Makefile b/mail/smtp-vilter/Makefile index ecd66ed365b..dedffd1cffa 100644 --- a/mail/smtp-vilter/Makefile +++ b/mail/smtp-vilter/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.13 2006/01/20 14:58:52 mbalmer Exp $ +# $OpenBSD: Makefile,v 1.14 2006/02/04 17:33:25 bernd Exp $ COMMENT= "sendmail milter to scan messages for viruses and spam" DISTNAME= smtp-vilter-1.2.5 +PKGNAME= ${DISTNAME}p0 CATEGORIES= mail SHARED_LIBS= vilter-attachment 5.1 \ @@ -26,6 +27,12 @@ WANTLIB= c m pthread milter MASTER_SITES= ftp://ftp.etc.msys.ch/pub/sources/smtp-vilter/ EXTRACT_SUFX= .tgz +MAKE_FLAGS= LIBvilter-attachment_VERSION=${LIBvilter-attachment_VERSION} \ + LIBvilter-clamd_VERSION=${LIBvilter-clamd_VERSION} \ + LIBvilter-icap_VERSION=${LIBvilter-icap_VERSION} \ + LIBvilter-spamd_VERSION=${LIBvilter-spamd_VERSION} +FAKE_FLAGS= ${MAKE_FLAGS} + NO_REGRESS= Yes post-install: