diff options
author | linimon <linimon@FreeBSD.org> | 2003-10-29 11:35:54 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-10-29 11:35:54 +0800 |
commit | 657ccefa30b1ee8e1573b4710d532d36b26d3328 (patch) | |
tree | ab6e884b78b24785e07491a9df2cdae2d66fc3fd /benchmarks | |
parent | d6401f2a791d9004699fbd5f5b3225b65f493bb2 (diff) | |
download | freebsd-ports-gnome-657ccefa30b1ee8e1573b4710d532d36b26d3328.tar.gz freebsd-ports-gnome-657ccefa30b1ee8e1573b4710d532d36b26d3328.tar.zst freebsd-ports-gnome-657ccefa30b1ee8e1573b4710d532d36b26d3328.zip |
Move inclusion of bsd.port.pre.mk past all variable definitions.
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: |