diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-10-10 20:21:31 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-10-10 20:21:31 +0000 |
commit | c27f69ba7f6c40b536a239c95b970de039ec3fc4 (patch) | |
tree | 63d3c03875f493d7fcc685f4c0b583449c95c7cc | |
parent | ff529b35ac76ee8ce9b1b813bd9da0fbc0525453 (diff) |
Notes
-rw-r--r-- | www/linux-firefox-devel/Makefile | 2 | ||||
-rw-r--r-- | www/mplayer-plugin/Makefile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/www/linux-firefox-devel/Makefile b/www/linux-firefox-devel/Makefile index 9cd86cc28eb7..4eab12ee6b61 100644 --- a/www/linux-firefox-devel/Makefile +++ b/www/linux-firefox-devel/Makefile @@ -12,7 +12,7 @@ CATEGORIES= www MASTER_SITE_SUBDIR?= ${PORTNAME}/releases/${DISTVERSION}/linux-i686/en-US PKGNAMESUFFIX= -devel -MAINTAINER= ports@FreeBSD.org +MAINTAINER= gecko@FreeBSD.org COMMENT= Web browser based on the browser portion of Mozilla USE_BZIP2= yes diff --git a/www/mplayer-plugin/Makefile b/www/mplayer-plugin/Makefile index aa97fcd4ce4f..436959df5236 100644 --- a/www/mplayer-plugin/Makefile +++ b/www/mplayer-plugin/Makefile @@ -11,14 +11,14 @@ PORTREVISION= 4 CATEGORIES= www multimedia MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/v${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= gecko@FreeBSD.org COMMENT= A Mozilla plugin for the MPlayer media player RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer USE_GETTEXT= yes USE_GMAKE= yes -USE_GECKO= libxul firefox +USE_GECKO= libxul USE_WEBPLUGINS= gecko* WEBPLUGINS_FILES=mplayerplug-in.so mplayerplug-in.xpt mplayerplug-in-wmp.so \ mplayerplug-in-qt.so mplayerplug-in-rm.so \ |