View | Details | Raw Unified | Return to bug 111867
Collapse All | Expand All

(-)Makefile (-7 / +1 lines)
Lines 32-43 Link Here
32
32
33
INSTALL_DIRS=	Common examples reference tutorial uppsrc
33
INSTALL_DIRS=	Common examples reference tutorial uppsrc
34
34
35
.include <bsd.port.pre.mk>
36
37
.if ${OSVERSION} < 500000
38
BROKEN=		Ultimate++ is not supported on FreeBSD 4.x
39
.endif
40
41
pre-everything::
35
pre-everything::
42
.if !defined(WITH_SDL)
36
.if !defined(WITH_SDL)
43
	@${ECHO_MSG} ""
37
	@${ECHO_MSG} ""
Lines 87-90 Link Here
87
	@${ECHO_CMD} @dirrm share/upp >> ${TMPPLIST}
81
	@${ECHO_CMD} @dirrm share/upp >> ${TMPPLIST}
88
	@${RM} ${WRKSRC}/*.txt
82
	@${RM} ${WRKSRC}/*.txt
89
83
90
.include <bsd.port.post.mk>
84
.include <bsd.port.mk>

Return to bug 111867