diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2006-12-03 18:33:01 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2006-12-03 18:33:01 +0000 |
commit | e31bb07ada671241a6625128fad9572c36ba0d99 (patch) | |
tree | 36bdd0a5bb0c58dafa69fd584da8a94a87f08c0b /mail/dk-milter | |
parent | 4f2f949ea7f651ac84da0568f825247712c579fb (diff) | |
download | ports-e31bb07ada671241a6625128fad9572c36ba0d99.tar.gz ports-e31bb07ada671241a6625128fad9572c36ba0d99.zip |
Notes
Diffstat (limited to 'mail/dk-milter')
-rw-r--r-- | mail/dk-milter/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/mail/dk-milter/Makefile b/mail/dk-milter/Makefile index 32fd079a8861..26782cda5e1b 100644 --- a/mail/dk-milter/Makefile +++ b/mail/dk-milter/Makefile @@ -12,7 +12,7 @@ CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= dk-milter -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dinoex@FreeBSD.org COMMENT= Domainkeys milter for Sendmail USE_RC_SUBR= milter-dk.sh @@ -36,6 +36,10 @@ BUILD_DEPENDS+= ${LOCALBASE}/lib/libmilter.a:${PORTSDIR}/mail/${SENDMAIL_MILTER_ .endif .endif +.if defined(PARALLEL_PACKAGE_BUILD) +IGNORE= pointhat cluster does not support sysvipc +.endif + SENDMAIL_MILTER_PORT?= sendmail SUB_FILES= milter-dk.sh WCONF= ${WRKSRC}/devtools/Site |