aboutsummaryrefslogtreecommitdiffstats
path: root/x11/cool-retro-term
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-10-07 09:37:32 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-10-07 09:37:32 +0800
commit761d7764b9c2d0c4fe83f9364e8ff57e03400da0 (patch)
tree1b03dd39f3f6a6d35d88102990b522b6de0758f5 /x11/cool-retro-term
parent8759a074ca6453856bb410fa544ce99b498e4106 (diff)
downloadfreebsd-ports-gnome-761d7764b9c2d0c4fe83f9364e8ff57e03400da0.tar.gz
freebsd-ports-gnome-761d7764b9c2d0c4fe83f9364e8ff57e03400da0.tar.zst
freebsd-ports-gnome-761d7764b9c2d0c4fe83f9364e8ff57e03400da0.zip
- Drop 8.x support
Approved by: portmgr blanket
Diffstat (limited to 'x11/cool-retro-term')
-rw-r--r--x11/cool-retro-term/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/x11/cool-retro-term/Makefile b/x11/cool-retro-term/Makefile
index 838abbd83616..71ed4eb7e72d 100644
--- a/x11/cool-retro-term/Makefile
+++ b/x11/cool-retro-term/Makefile
@@ -24,7 +24,7 @@ USE_LDCONFIG= yes
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 900014 || ${ARCH} == powerpc
+.if ${ARCH} == powerpc
USE_GCC= yes
.else
CC= clang
@@ -39,15 +39,8 @@ post-extract:
post-patch:
@${REINPLACE_CMD} -e '/DEFINES +=/s,^macx:,,' \
${WRKSRC}/qmltermwidget/qmltermwidget.pro
-.if ${OSVERSION} < 900007
- @${REINPLACE_CMD} -e 's,HAVE_UTMPX,HAVE_UTMP,' \
- ${WRKSRC}/qmltermwidget/qmltermwidget.pro
- @${REINPLACE_CMD} -e 's,ut_user,ut_name,g' \
- ${WRKSRC}/qmltermwidget/lib/kpty.cpp
-.else
@${REINPLACE_CMD} -e '/define HAVE_LOGIN/d' \
${WRKSRC}/qmltermwidget/lib/kpty.cpp
-.endif
@${REINPLACE_CMD} -e 's,/usr,${LOCALBASE},' \
${WRKSRC}/app/app.pro ${WRKSRC}/cool-retro-term.pro
@${REINPLACE_CMD} -e 's,\.\./icons,/icons,' \