diff options
author | marcus <marcus@FreeBSD.org> | 2005-01-22 13:02:59 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-01-22 13:02:59 +0800 |
commit | b40f19321b714cf64d4a68c88facb0f981796641 (patch) | |
tree | be95b19711663d2e6f6e163cfa12280f65ef5a41 /www/mplayer-plugin | |
parent | 4898a0da73399ed7da131e535ab2b35abbfbe41a (diff) | |
download | freebsd-ports-gnome-b40f19321b714cf64d4a68c88facb0f981796641.tar.gz freebsd-ports-gnome-b40f19321b714cf64d4a68c88facb0f981796641.tar.zst freebsd-ports-gnome-b40f19321b714cf64d4a68c88facb0f981796641.zip |
Fix INDEX build on 4.X.
Diffstat (limited to 'www/mplayer-plugin')
-rw-r--r-- | www/mplayer-plugin/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/mplayer-plugin/Makefile b/www/mplayer-plugin/Makefile index 6346f30f313a..0094d36a6c26 100644 --- a/www/mplayer-plugin/Makefile +++ b/www/mplayer-plugin/Makefile @@ -53,10 +53,12 @@ HEADERS_SUFX= .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 +.if defined(WITH_MOZILLA) .if ${WITH_MOZILLA}=="mozilla-devel" USE_GCC= 3.4 .endif .endif +.endif pre-everything:: @${ECHO_MSG} "" |