aboutsummaryrefslogtreecommitdiff
path: root/www/mplayer-plugin
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2005-01-22 00:05:52 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2005-01-22 00:05:52 +0000
commitdfedea1e4d117814a0d0056f8de8d65ed97c88c7 (patch)
tree3cdbb937fb29f3b02b4c40a6c34e666f82b94c64 /www/mplayer-plugin
parent0d252eea07c8a02b08a98c9320479a9404662a94 (diff)
Notes
Diffstat (limited to 'www/mplayer-plugin')
-rw-r--r--www/mplayer-plugin/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/www/mplayer-plugin/Makefile b/www/mplayer-plugin/Makefile
index 777074afe53a..6346f30f313a 100644
--- a/www/mplayer-plugin/Makefile
+++ b/www/mplayer-plugin/Makefile
@@ -50,6 +50,14 @@ HEADERS_SUFX=
.endif
.endif
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+.if ${WITH_MOZILLA}=="mozilla-devel"
+USE_GCC= 3.4
+.endif
+.endif
+
pre-everything::
@${ECHO_MSG} ""
@${ECHO_MSG} " By default this port uses www/mozilla for Gecko support, but you can"
@@ -89,4 +97,4 @@ do-install:
${PREFIX}/etc/mplayerplug-in.types ;\
fi
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>