1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

- Drop 8.x support

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2015-09-18 14:00:40 +00:00
parent 434a93baaf
commit a8fdf8941a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=397239

View File

@ -25,14 +25,4 @@ CONFIGURE_ARGS= --with-hal
CPPFLAGS+= -I${LOCALBASE}/include
INSTALL_TARGET= install-strip
.include <bsd.port.pre.mk>
# disable utmpx detection on early 9.x and below.
# We still have only utmp there
post-patch:
.if ${OSVERSION} < 900007
@${REINPLACE_CMD} -e 's|utmpx|utmp|g' \
${WRKSRC}/configure
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>