Remove the MTREE hack.

Reported by:	lesi
This commit is contained in:
Joe Marcus Clarke 2005-03-16 19:50:40 +00:00
parent 6122ee2e10
commit b9c06afcb3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=131419

View file

@ -26,12 +26,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
.include <bsd.port.pre.mk>
.if ${X_WINDOW_SYSTEM:L} == xfree86-3
MTREE_FILE= /etc/mtree/BSD.x11.dist
.else
MTREE_FILE= /etc/mtree/BSD.x11-4.dist
.endif
.if ${PERL_LEVEL} <= 500800
RUN_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp
.endif