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

(-)nexuiz/Makefile (-2 / +2 lines)
Lines 47-56 Link Here
47
PLIST_SUB+=	MAPPACK="@comment "
47
PLIST_SUB+=	MAPPACK="@comment "
48
.endif
48
.endif
49
49
50
LIB_DEPENDS=	curl.6:${PORTSDIR}/ftp/curl
50
LIB_DEPENDS=	curl.6:${PORTSDIR}/ftp/curl \
51
		jpeg.11:${PORTSDIR}/graphics/jpeg
51
.if defined(WITH_CLIENT) || defined(WITH_SDL_CLIENT)
52
.if defined(WITH_CLIENT) || defined(WITH_SDL_CLIENT)
52
LIB_DEPENDS+=	modplug.0:${PORTSDIR}/audio/libmodplug \
53
LIB_DEPENDS+=	modplug.0:${PORTSDIR}/audio/libmodplug \
53
		jpeg.11:${PORTSDIR}/graphics/jpeg \
54
		png.6:${PORTSDIR}/graphics/png \
54
		png.6:${PORTSDIR}/graphics/png \
55
		theora.0:${PORTSDIR}/multimedia/libtheora
55
		theora.0:${PORTSDIR}/multimedia/libtheora
56
.endif
56
.endif

Return to bug 147074