aboutsummaryrefslogtreecommitdiff
path: root/graphics/luminance-qt5/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2017-01-11 10:08:38 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2017-01-11 10:08:38 +0000
commit8244fe99bcdbad7a2d0b22d66183394f5ffacd03 (patch)
treec9a458d29164af55be5bf3330f3f659428ac04ac /graphics/luminance-qt5/Makefile
parent365eb51f267a3ad97ff0d4953b9991547b5b8c45 (diff)
downloadports-8244fe99bcdbad7a2d0b22d66183394f5ffacd03.tar.gz
ports-8244fe99bcdbad7a2d0b22d66183394f5ffacd03.zip
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=431169
Diffstat (limited to 'graphics/luminance-qt5/Makefile')
-rw-r--r--graphics/luminance-qt5/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/graphics/luminance-qt5/Makefile b/graphics/luminance-qt5/Makefile
index b4d1377d5f51..cc43c09f47c3 100644
--- a/graphics/luminance-qt5/Makefile
+++ b/graphics/luminance-qt5/Makefile
@@ -34,12 +34,6 @@ CONFLICTS_INSTALL= luminance-hdr-[0-9]*
OPTIONS_DEFINE= DOCS
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 1000024
-USE_GCC= yes
-.endif
-
post-patch:
# Do not install yet another copy of GPL (we use license framework instead)
# and fix installation path for docs (but not for internal help files)
@@ -60,4 +54,4 @@ post-patch:
pre-install:
QT_BINDIR_REL=bin
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>