diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-04-02 14:41:21 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-04-02 14:41:21 +0000 |
commit | 7cc101e6f3410ab661fee92188905b639479115f (patch) | |
tree | 347fb9d38edc04a427e16edba2d5eac996a15afd /converters/wkhtmltopdf | |
parent | ce27babdfe7b91490d0d1b37466ad7b8762b1b28 (diff) | |
download | freebsd-ports-7cc101e6f3410ab661fee92188905b639479115f.zip |
Cleanup old unneeded bits.
Sponsored by: Absolight
Diffstat (limited to 'converters/wkhtmltopdf')
-rw-r--r-- | converters/wkhtmltopdf/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/converters/wkhtmltopdf/Makefile b/converters/wkhtmltopdf/Makefile index 85bfbbb4d9d1..1ca2144333fe 100644 --- a/converters/wkhtmltopdf/Makefile +++ b/converters/wkhtmltopdf/Makefile @@ -54,10 +54,6 @@ MAKE_ARGS+= INSTALL_ROOT="${STAGEDIR}${PREFIX}" .include <bsd.port.pre.mk> -.if ${OSVERSION} < 800000 -BROKEN= fails to extract on FreeBSD 7.X -.endif - .if ${ARCH} == "powerpc" BROKEN= Does not link on powerpc .endif @@ -82,7 +78,4 @@ post-build: ${_MAKE_JOBS} ${MAKE_ARGS:C,^${DESTDIRNAME}=.*,,g} \ ${ALL_TARGET} -post-install: - @${CAT} ${PKGMESSAGE} - .include <bsd.port.post.mk> |