diff options
Diffstat (limited to 'net/omnitty/Makefile')
-rw-r--r-- | net/omnitty/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/net/omnitty/Makefile b/net/omnitty/Makefile index 8d479b67e3af..3230cc2e046d 100644 --- a/net/omnitty/Makefile +++ b/net/omnitty/Makefile @@ -25,12 +25,6 @@ MAN1= ${PORTNAME}.1 PLIST_FILES= bin/${PORTNAME} -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -IGNORE= does not work on FreeBSD 4.x -.endif - post-patch: ${REINPLACE_CMD} 's|<alloca.h>|<stdlib.h>|' \ ${WRKSRC}/machmgr.c @@ -39,4 +33,4 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MAN1PREFIX}/man/man1 -.include <bsd.port.post.mk> +.include <bsd.port.mk> |