Remove obsolete OSVERSION check; Ports Tree is unsupported by <7

PR:		ports/168281
Submitted by:	crees
Approved by:	Veniamin Gvozdikov <g.veniamin@googlemail.com> (maintainer)
This commit is contained in:
Chris Rees 2012-05-26 12:44:50 +00:00
parent a523777386
commit dd20363cb1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=297474

View File

@ -20,11 +20,7 @@ ONLY_FOR_ARCHS= i386 amd64
WRKSRC= ${WRKDIR}/${PORTNAME}
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 630000
LIB_DEPENDS+= m.4:${PORTSDIR}/misc/compat6x
.endif
do-configure:
@ -46,4 +42,4 @@ post-install:
${CP} -p ${PREFIX}/etc/${PORTNAME}.conf.sample ${PREFIX}/etc/${PORTNAME}.conf ; \
fi
.include <bsd.port.post.mk>
.include <bsd.port.mk>