summaryrefslogtreecommitdiff
path: root/www/mplayer-plugin
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2004-02-18 03:50:38 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2004-02-18 03:50:38 +0000
commit7602ef6eba2985340514708df571c5615af0628c (patch)
tree15c4c362da46e9feacd3a33331562d61fca1edb6 /www/mplayer-plugin
parentChange BROKEN to IGNORE since the package still builds (but does not work) (diff)
GTK2 mozilla is now the default, and GTK1 support will be built only if explicitly
requested. This means that mozilla-gtk2 and mozilla-devel-gtk2 are now mozilla and mozilla-devel, respectively; and the old mozilla and mozilla-devel are now mozilla-gtk1 and mozilla-devel-gtk1. This is done for a whole plethora of reasons, and should please everybody except galeon1 fanatics and uhm... anybody else who it doesn't please. If you have WITH_MOZILLA set in your /etc/make.conf, you'll need to update the value accordingly. GTK2 ports will automatically install GTK2 mozilla, and GTK1 ports will automatically install GTK1 ports, so WITH_MOZILLA need be defined only if you want the development version... which are dormant right now anyway. For now, all ports that honoured WITH_MOZILLA=mozilla-{,-devel}-gtk2 will still honour those values as well as WITH_MOZILLA=mozilla{,-devel}, but future ports reserve the right to ignore the *-gtk2 values.
Notes
Notes: svn path=/head/; revision=101293
Diffstat (limited to 'www/mplayer-plugin')
-rw-r--r--www/mplayer-plugin/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/www/mplayer-plugin/Makefile b/www/mplayer-plugin/Makefile
index 72159f8a83e5..a32caeb3f818 100644
--- a/www/mplayer-plugin/Makefile
+++ b/www/mplayer-plugin/Makefile
@@ -31,7 +31,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \
LDFLAGS="-L${X11BASE}/lib"
.if !defined(WITH_MOZILLA)
-HEADERS_SUFX= -gtk2
+HEADERS_SUFX=
.else
.if ${WITH_MOZILLA}=="mozilla"
HEADERS_SUFX=
@@ -39,10 +39,10 @@ HEADERS_SUFX=
.if ${WITH_MOZILLA}=="mozilla-devel"
HEADERS_SUFX= -devel
.else
-.if ${WITH_MOZILLA}=="mozilla-devel-gtk"
-HEADERS_SUFX= -devel-gtk2
+.if ${WITH_MOZILLA}=="mozilla-devel-gtk1"
+HEADERS_SUFX= -devel-gtk1
.else
-HEADERS_SUFX= -gtk2
+HEADERS_SUFX= -gtk1
.endif
.endif
.endif
@@ -50,12 +50,12 @@ HEADERS_SUFX= -gtk2
pre-everything::
@${ECHO_MSG} ""
- @${ECHO_MSG} " By default this port uses www/mozilla-gtk2 for Gecko support, but you can"
+ @${ECHO_MSG} " By default this port uses www/mozilla for Gecko support, but you can"
@${ECHO_MSG} " change this by defining WITH_MOZILLA to one of the following values:"
@${ECHO_MSG}
- @${ECHO_MSG} " mozilla "
@${ECHO_MSG} " mozilla-devel "
- @${ECHO_MSG} " mozilla-devel-gtk2 "
+ @${ECHO_MSG} " mozilla-gtk1 "
+ @${ECHO_MSG} " mozilla-devel-gtk1 "
@${ECHO_MSG} ""
post-patch: