- Drop 8.x support

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2015-09-04 21:33:10 +00:00
parent 62a7a02e69
commit 4302743e8c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=396136

View File

@ -19,7 +19,8 @@ CONFIGURE_ARGS= --enable-wtmp \
--disable-memset \
--disable-swapscreen \
--disable-thai \
--without-afterstep-config
--without-afterstep-config \
--disable-utmp
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
@ -49,13 +50,4 @@ KANJI_CONFIGURE_ENABLE= kanji
BIG5S_CONFIGURE_ENABLE= big5
GREEK_CONFIGURE_ENABLE= greek
.include <bsd.port.options.mk>
.if ${OSVERSION} > 900007
CONFIGURE_ARGS+= --disable-utmp
.else
CONFIGURE_ARGS+= --enable-utmp
.endif
.include <bsd.port.mk>