diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-05-12 07:56:38 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-05-12 07:56:38 +0000 |
commit | 1923e9bbdf2f74609292d591f11852cd1c9780ff (patch) | |
tree | eec73d65d5a65e9cdc7e1ab297e0caf335c22c0e /sysutils/anteater/Makefile | |
parent | c3763598273e22f15a4e3eccb595fc0bf28d8c30 (diff) | |
download | FreeBSD-ports-1923e9bbdf2f74609292d591f11852cd1c9780ff.zip FreeBSD-ports-1923e9bbdf2f74609292d591f11852cd1c9780ff.tar.gz |
upgrade to 0.4.1
PR: 51870
Submitted by: Ports Fury
Diffstat (limited to 'sysutils/anteater/Makefile')
-rw-r--r-- | sysutils/anteater/Makefile | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/sysutils/anteater/Makefile b/sysutils/anteater/Makefile index 79b3e8e..7c6d3a0 100644 --- a/sysutils/anteater/Makefile +++ b/sysutils/anteater/Makefile @@ -7,21 +7,17 @@ # PORTNAME= anteater -PORTVERSION= 0.4 +PORTVERSION= 0.4.1 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.profzone.ch/drzoom/anteater/ MAINTAINER= ports@FreeBSD.org COMMENT= A MTA log analyzer +USE_BZIP2= yes GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -.include <bsd.port.pre.mk> +MAN1= anteater.1 -# You will still get configure errors on -STABLE -# if you set CXX to a GCC3 incarnation! -.if ${OSVERSION} < 500035 -CONFIGURE_ARGS= --enable-strstream -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |