diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-12-05 03:45:42 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-12-05 03:45:42 +0000 |
commit | 0fc8fcc7126b4113f462c526917d4a6ad53e8f84 (patch) | |
tree | dbdde05aa155e1a914917da387dede0077e00887 /multimedia/totem | |
parent | 92000302b5495e569afad4ac71951d837d8c4d4b (diff) |
Notes
Diffstat (limited to 'multimedia/totem')
-rw-r--r-- | multimedia/totem/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile index 6467a0196b13..b58602abd107 100644 --- a/multimedia/totem/Makefile +++ b/multimedia/totem/Makefile @@ -48,7 +48,7 @@ CONFLICTS?= totem-gstreamer-[0-9]* .include <bsd.port.pre.mk> .if defined(WITH_MOZILLA_PLUGIN) -USE_GECKO= firefox mozilla seamonkey xulrunner<->firefox firefox-devel<->firefox +USE_GECKO= firefox mozilla seamonkey xulrunner<->firefox firefox15<->firefox .include "${PORTSDIR}/www/mozilla/bsd.gecko.mk" PLIST_SUB+= MOZILLA="" CONFIGURE_ARGS+=--with-mozilla=${GECKO} \ |