1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00

Add a pre-everything message about how to enable the Mozilla plug-in.

Submitted by:	adamw
Approved by:	maintainer (implicit)
This commit is contained in:
Joe Marcus Clarke 2003-11-07 21:53:17 +00:00
parent 2fb8a12b21
commit fafa0416e6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=93334

View File

@ -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>