View | Details | Raw Unified | Return to bug 157355 | Differences between
and this patch

Collapse All | Expand All

(-)openttd/Makefile (+8 lines)
Lines 52-57 Link Here
52
		fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig
52
		fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig
53
USE_SDL=	sdl
53
USE_SDL=	sdl
54
.endif
54
.endif
55
.if defined(WITH_OPENGAMEFILES)
56
RUN_DEPENDS+=	${LOCALBASE}/share/${PORTNAME}/data/opengfx/opengfx.obg:${PORTSDIR}/games/opengfx
57
RUN_DEPENDS+=	${LOCALBASE}/share/${PORTNAME}/gm/openmsx/openmsx.obm:${PORTSDIR}/games/openmsx
58
RUN_DEPENDS+=	${LOCALBASE}/share/${PORTNAME}/data/opensfx/opensfx.obs:${PORTSDIR}/games/opensfx
59
.endif
55
60
56
SUB_FILES=	pkg-message
61
SUB_FILES=	pkg-message
57
MAN6=		${PORTNAME}.6
62
MAN6=		${PORTNAME}.6
Lines 77-82 Link Here
77
.if !defined(WITH_DEDICATED_SERVER_ONLY)
82
.if !defined(WITH_DEDICATED_SERVER_ONLY)
78
	@${ECHO_MSG} "Define WITH_DEDICATED_SERVER_ONLY to build CLI-based dedicated server"
83
	@${ECHO_MSG} "Define WITH_DEDICATED_SERVER_ONLY to build CLI-based dedicated server"
79
.endif
84
.endif
85
.if !defined(WITH_OPENGAMEFILES)
86
	@${ECHO_MSG} "Define WITH_OPENGAMEFILES to build with graphics, music and sound"
87
.endif
80
88
81
post-patch:
89
post-patch:
82
# Remove extra (vendor-provided) CFLAGS and LDFLAGS and make the port more
90
# Remove extra (vendor-provided) CFLAGS and LDFLAGS and make the port more

Return to bug 157355