diff options
Diffstat (limited to 'mail/qmail-autoresponder/Makefile')
-rw-r--r-- | mail/qmail-autoresponder/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/mail/qmail-autoresponder/Makefile b/mail/qmail-autoresponder/Makefile index e00072f0745d..6d4f652c64b5 100644 --- a/mail/qmail-autoresponder/Makefile +++ b/mail/qmail-autoresponder/Makefile @@ -32,12 +32,6 @@ 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 @@ -53,4 +47,4 @@ do-install: cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |