aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-11-08 05:53:17 +0800
committermarcus <marcus@FreeBSD.org>2003-11-08 05:53:17 +0800
commit612c377a6a80d90b9b4c268b7f2a3acf002bb423 (patch)
tree20688e518620dbca20e2667f37208d200cf87034 /multimedia
parentec1a317063e1ced4ecbcf79b10fa7fc90e512175 (diff)
downloadfreebsd-ports-gnome-612c377a6a80d90b9b4c268b7f2a3acf002bb423.tar.gz
freebsd-ports-gnome-612c377a6a80d90b9b4c268b7f2a3acf002bb423.tar.zst
freebsd-ports-gnome-612c377a6a80d90b9b4c268b7f2a3acf002bb423.zip
Add a pre-everything message about how to enable the Mozilla plug-in.
Submitted by: adamw Approved by: maintainer (implicit)
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/gstreamer-player/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/multimedia/gstreamer-player/Makefile b/multimedia/gstreamer-player/Makefile
index c01df0f613ae..dd6c42ede837 100644
--- a/multimedia/gstreamer-player/Makefile
+++ b/multimedia/gstreamer-player/Makefile
@@ -78,4 +78,10 @@ PLIST_SUB+= GST_PLAYER_VIEW=""
PLIST_SUB+= GST_PLAYER_VIEW="@comment "
.endif
+pre-everything::
+.ifndef (WITH_MOZILLA_PLUGIN)
+ @${ECHO_MSG} "===>"
+ @${ECHO_MSG} "===> Define WITH_MOZILLA_PLUGIN to compile the Mozilla plugin."
+.endif
+
.include <bsd.port.post.mk>