diff options
author | mat <mat@FreeBSD.org> | 2015-04-02 22:41:21 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-04-02 22:41:21 +0800 |
commit | 931eb3ada8ea111c0dfa7fc9c6e4704d2484bc56 (patch) | |
tree | 347fb9d38edc04a427e16edba2d5eac996a15afd /converters | |
parent | bc70b1d7f438171bfafef2d860147314416b48bf (diff) | |
download | freebsd-ports-graphics-931eb3ada8ea111c0dfa7fc9c6e4704d2484bc56.tar.gz freebsd-ports-graphics-931eb3ada8ea111c0dfa7fc9c6e4704d2484bc56.tar.zst freebsd-ports-graphics-931eb3ada8ea111c0dfa7fc9c6e4704d2484bc56.zip |
Cleanup old unneeded bits.
Sponsored by: Absolight
Diffstat (limited to 'converters')
-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 85bfbbb4d9d..1ca2144333f 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> |