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

(-)Makefile (-1 / +9 lines)
Lines 28-33 Link Here
28
CONFIGURE_ARGS+=--with-qtdir=${X11BASE} --with-id3-libs=${LOCALBASE}\
28
CONFIGURE_ARGS+=--with-qtdir=${X11BASE} --with-id3-libs=${LOCALBASE}\
29
	 	--with-ogg-libs=${LOCALBASE} --with-vorbis-libs=${LOCALBASE}
29
	 	--with-ogg-libs=${LOCALBASE} --with-vorbis-libs=${LOCALBASE}
30
30
31
.include <bsd.port.pre.mk>
32
33
.if ${OSVERSION} >= 500041
34
QT_NONSTANDARD=	yes
35
CONFIGURE_ENV+=	CPPFLAGS="-I${LOCALBASE}/include -I${PREFIX}/include \
36
		-I${QT_PREFIX}/include"
37
.endif
38
31
.if defined(WITH_BURN)
39
.if defined(WITH_BURN)
32
RUN_DEPENDS+=	cdrecord:${PORTSDIR}/sysutils/cdrtools \
40
RUN_DEPENDS+=	cdrecord:${PORTSDIR}/sysutils/cdrtools \
33
		mpg123:${PORTSDIR}/audio/mpg123 \
41
		mpg123:${PORTSDIR}/audio/mpg123 \
Lines 48-51 Link Here
48
	@${CAT} ${PKGMESSAGE}
56
	@${CAT} ${PKGMESSAGE}
49
	@sleep 5
57
	@sleep 5
50
58
51
.include <bsd.port.mk>
59
.include <bsd.port.post.mk>

Return to bug 61897