diff options
author | beat <beat@FreeBSD.org> | 2009-11-27 17:08:23 +0800 |
---|---|---|
committer | beat <beat@FreeBSD.org> | 2009-11-27 17:08:23 +0800 |
commit | f0f85404dfce3e0ebbadd313810114113980462d (patch) | |
tree | 019a09fb19794d0c67582d0fe097a5fb00e9061c /multimedia/miro | |
parent | 55febf1222367b4f8ce2413e01fd581c093822ca (diff) | |
download | freebsd-ports-gnome-f0f85404dfce3e0ebbadd313810114113980462d.tar.gz freebsd-ports-gnome-f0f85404dfce3e0ebbadd313810114113980462d.tar.zst freebsd-ports-gnome-f0f85404dfce3e0ebbadd313810114113980462d.zip |
- Remove obsolete gecko providers
- Remove obsolete inclusion of www/mozilla/bsd.gecko.mk
- Bump PORTREVISION
Approved by: portmgr (miwi)
Exp-run by: miwi
Diffstat (limited to 'multimedia/miro')
-rw-r--r-- | multimedia/miro/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/miro/Makefile b/multimedia/miro/Makefile index 326cf834f52c..7bcdedaf4349 100644 --- a/multimedia/miro/Makefile +++ b/multimedia/miro/Makefile @@ -7,6 +7,7 @@ PORTNAME= Miro PORTVERSION= 2.5.2 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= ftp://ftp.osuosl.org/pub/pculture.org/miro/src/ \ http://ftp.osuosl.org/pub/pculture.org/miro/src/ @@ -29,7 +30,7 @@ INSTALL_WRKSRC= ${WRKSRC}/platform/gtk-x11 USE_GCC= 4.3+ USE_GNOME= gtk20 pygnomeextras -USE_GECKO= firefox libxul seamonkey xulrunner mozilla +USE_GECKO= libxul seamonkey USE_OPENSSL= yes USE_PYTHON= yes WANT_GSTREAMER= yes @@ -48,7 +49,6 @@ DATADIR= ${PREFIX}/share/${PORTNAME:L} CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} .include <bsd.port.pre.mk> -.include "${PORTSDIR}/www/mozilla/bsd.gecko.mk" .if defined(WITH_GSTREAMER) USE_GSTREAMER+= python |