mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
Conditionalize the epiphany dependency as Mozilla does not work on
-STABLE Alpha.
This commit is contained in:
parent
afa0241446
commit
ea7fd670ea
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=89137
@ -47,7 +47,6 @@ RUN_DEPENDS= ${X11BASE}/libexec/cdplayer_applet2:${PORTSDIR}/x11/gnomeapplets2 \
|
||||
gst-thumbnail:${PORTSDIR}/multimedia/nautilus-media \
|
||||
${X11BASE}/lib/X11/fonts/bitstream-vera/Vera.ttf:${PORTSDIR}/x11-fonts/bitstream-vera \
|
||||
gnomemeeting:${PORTSDIR}/net/gnomemeeting \
|
||||
epiphany:${PORTSDIR}/www/epiphany \
|
||||
gnopernicus:${PORTSDIR}/x11/gnopernicus
|
||||
|
||||
NO_BUILD= yes
|
||||
@ -61,4 +60,10 @@ pre-configure:
|
||||
|
||||
do-install: # empty
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "i386" || ${OSVERSION} > 500035
|
||||
RUN_DEPENDS+= epiphany:${PORTSDIR}/www/epiphany
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user