diff options
Diffstat (limited to 'mail/qmail-autoresponder')
-rw-r--r-- | mail/qmail-autoresponder/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/mail/qmail-autoresponder/Makefile b/mail/qmail-autoresponder/Makefile index 6d4f652c64b5..e00072f0745d 100644 --- a/mail/qmail-autoresponder/Makefile +++ b/mail/qmail-autoresponder/Makefile @@ -32,6 +32,12 @@ PLIST_SUB+= MYSQL="@comment " ALL_TARGET= ${PROGS} +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 501000 +BROKEN= "Does not compile" +.endif + pre-build: ${ECHO_CMD} "${LOCALBASE}/include/bglibs" > ${WRKSRC}/conf-bgincs ${ECHO_CMD} "${LOCALBASE}/lib" > ${WRKSRC}/conf-bglibs @@ -47,4 +53,4 @@ do-install: cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |