diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-10-29 03:35:54 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-10-29 03:35:54 +0000 |
commit | 9f6062ff3067b9f9a4f90cac1f2654dfa107c501 (patch) | |
tree | 9134077a567d9527abe37935d6084e47edbdb899 /benchmarks | |
parent | 2dbc950e224041edc8d1da60f01c5903d282fb95 (diff) |
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/postal/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/benchmarks/postal/Makefile b/benchmarks/postal/Makefile index ed932cb6b375..3a57e589ac2e 100644 --- a/benchmarks/postal/Makefile +++ b/benchmarks/postal/Makefile @@ -15,16 +15,16 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Benchmark SMTP/POP servers +USE_REINPLACE= yes +USE_OPENSSL= yes +GNU_CONFIGURE= yes + .include <bsd.port.pre.mk> .if ${OSVERSION} >= 501000 BROKEN= "Does not compile on FreeBSD ${OSVERSION}" .endif -USE_REINPLACE= yes -USE_OPENSSL= yes -GNU_CONFIGURE= yes - MAN8= postal.8 postal-list.8 rabid.8 post-patch: |