aboutsummaryrefslogtreecommitdiffstats
path: root/converters
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-09-28 05:38:52 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-09-28 05:38:52 +0800
commit3c142c39e2fad4a89efe1b08e6574e826aec2c86 (patch)
tree9667b7e8b78c92d5cc67f80958fe7f9c5bca3283 /converters
parent7a23350fb1a3de1ddad93914082faa9ebdf4da4e (diff)
downloadfreebsd-ports-graphics-3c142c39e2fad4a89efe1b08e6574e826aec2c86.tar.gz
freebsd-ports-graphics-3c142c39e2fad4a89efe1b08e6574e826aec2c86.tar.zst
freebsd-ports-graphics-3c142c39e2fad4a89efe1b08e6574e826aec2c86.zip
- Drop 8.x support
Approved by: portmgr blanket
Diffstat (limited to 'converters')
-rw-r--r--converters/pdf2djvu/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/converters/pdf2djvu/Makefile b/converters/pdf2djvu/Makefile
index a358c90bc81..a5951e17fe0 100644
--- a/converters/pdf2djvu/Makefile
+++ b/converters/pdf2djvu/Makefile
@@ -20,12 +20,6 @@ USES= compiler:c++11-lang gmake pkgconfig tar:xz
PLIST_FILES= bin/pdf2djvu man/man1/pdf2djvu.1.gz
-.include <bsd.port.options.mk>
-
-.if ${OSVERSION} < 900014
-FAVORITE_COMPILER= gcc
-.endif
-
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1