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

(-)games/evq3/Makefile (-2 / +2 lines)
Lines 66-72 Link Here
66
.   if ${PORT_OPTIONS:MCURL}
66
.   if ${PORT_OPTIONS:MCURL}
67
LIB_DEPENDS+=	curl.6:${PORTSDIR}/ftp/curl
67
LIB_DEPENDS+=	curl.6:${PORTSDIR}/ftp/curl
68
MAKE_ENV+=	USE_CURL=1
68
MAKE_ENV+=	USE_CURL=1
69
.       if ${PORT_OPTIONS:MCURL_DLOPEN)
69
.       if ${PORT_OPTIONS:MCURL_DLOPEN}
70
MAKE_ENV+=	USE_CURL_DLOPEN=1
70
MAKE_ENV+=	USE_CURL_DLOPEN=1
71
.       endif
71
.       endif
72
.   endif
72
.   endif
Lines 74-80 Link Here
74
.   if ${PORT_OPTIONS:MOPENAL}
74
.   if ${PORT_OPTIONS:MOPENAL}
75
USE_OPENAL=	al
75
USE_OPENAL=	al
76
MAKE_ENV+=	USE_OPENAL=1
76
MAKE_ENV+=	USE_OPENAL=1
77
.       if ${PORT_OPTIONS:MOPENAL_DLOPEN)
77
.       if ${PORT_OPTIONS:MOPENAL_DLOPEN}
78
MAKE_ENV+=	USE_OPENAL_DLOPEN=1
78
MAKE_ENV+=	USE_OPENAL_DLOPEN=1
79
.       endif
79
.       endif
80
.   endif
80
.   endif
(-)games/abe/Makefile (-2 / +2 lines)
Lines 37-49 Link Here
37
37
38
.include <bsd.port.options.mk>
38
.include <bsd.port.options.mk>
39
39
40
.if ${PORT_OPTIONS:MGOD_MODE} || !empty{PORT_OPTIONS:MOPTIMIZED_CFLAGS}
40
.if ${PORT_OPTIONS:MGOD_MODE} || !empty(PORT_OPTIONS:MOPTIMIZED_CFLAGS)
41
post-patch:
41
post-patch:
42
.   if ${PORT_OPTIONS:MGOD_MODE}
42
.   if ${PORT_OPTIONS:MGOD_MODE}
43
	@${REINPLACE_CMD} -e 's|\(#define GOD_MODE\) 0|\1 1|' \
43
	@${REINPLACE_CMD} -e 's|\(#define GOD_MODE\) 0|\1 1|' \
44
		${WRKSRC}/src/Game.h
44
		${WRKSRC}/src/Game.h
45
.   endif
45
.   endif
46
.   if empty(PORT_OPTIONS:MOPTIMIZED_CFLAGS}
46
.   if empty(PORT_OPTIONS:MOPTIMIZED_CFLAGS)
47
	@${REINPLACE_CMD} -e 's|-O2||g ; \
47
	@${REINPLACE_CMD} -e 's|-O2||g ; \
48
		s|-fomit-frame-pointer||g ; \
48
		s|-fomit-frame-pointer||g ; \
49
		s|-ffast-math||g ; \
49
		s|-ffast-math||g ; \
(-)audio/jokosher/Makefile (-1 / +1 lines)
Lines 60-66 Link Here
60
.endif
60
.endif
61
61
62
.for plugin in flac gconf jack ladspa lame mp3 pulse vorbis
62
.for plugin in flac gconf jack ladspa lame mp3 pulse vorbis
63
. if ${PORT_OPTIONS:M${plugin:U})
63
. if ${PORT_OPTIONS:M${plugin:U}}
64
USE_GSTREAMER+=${plugin}
64
USE_GSTREAMER+=${plugin}
65
. endif
65
. endif
66
.endfor
66
.endfor
(-)deskutils/kdepim3/Makefile (-1 / +1 lines)
Lines 59-65 Link Here
59
.	endif
59
.	endif
60
.endif
60
.endif
61
61
62
.if ${PORT_OPTIONS:MGNOKII)
62
.if ${PORT_OPTIONS:MGNOKII}
63
LIB_DEPENDS+=	gnokii:${PORTSDIR}/comms/gnokii
63
LIB_DEPENDS+=	gnokii:${PORTSDIR}/comms/gnokii
64
.endif
64
.endif
65
65
(-)print/pnm2ppa/Makefile (-1 / +1 lines)
Lines 29-35 Link Here
29
29
30
.include <bsd.port.pre.mk>
30
.include <bsd.port.pre.mk>
31
31
32
.if defined(A4) || !empty(PORT_OPTIONS:MA4SIZE}
32
.if defined(A4) || !empty(PORT_OPTIONS:MA4SIZE)
33
RUN_DEPENDS=	enscript:${PORTSDIR}/print/enscript-a4
33
RUN_DEPENDS=	enscript:${PORTSDIR}/print/enscript-a4
34
.else
34
.else
35
RUN_DEPENDS=	enscript:${PORTSDIR}/print/enscript-letter
35
RUN_DEPENDS=	enscript:${PORTSDIR}/print/enscript-letter

Return to bug 170811