- Drop 8.x support
Approved by: portmgr blanket
This commit is contained in:
parent
62a7a02e69
commit
4302743e8c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=396136
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user