diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-12-03 14:11:18 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-12-03 14:11:18 +0000 |
commit | 99efb87af8edd7c75a103fece2653dffdf1ec30a (patch) | |
tree | 7372dbb809c49f09ce3c57f6279bed401a112138 | |
parent | 51807a8f6aa9274d71b12da260dd14e67c9c83d7 (diff) | |
download | ports-99efb87af8edd7c75a103fece2653dffdf1ec30a.tar.gz ports-99efb87af8edd7c75a103fece2653dffdf1ec30a.zip |
Notes
-rw-r--r-- | multimedia/miro/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/miro/Makefile b/multimedia/miro/Makefile index 050c3b1134b1..fc2b564e1560 100644 --- a/multimedia/miro/Makefile +++ b/multimedia/miro/Makefile @@ -7,6 +7,7 @@ PORTNAME= miro PORTVERSION= 4.0.3 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= ftp://ftp.osuosl.org/pub/pculture.org/miro/src/ \ http://ftp.osuosl.org/pub/pculture.org/miro/src/ @@ -34,7 +35,7 @@ BUILD_WRKSRC= ${WRKSRC}/linux INSTALL_WRKSRC= ${WRKSRC}/linux USE_GNOME= gconf2 gtk20 -USE_GSTREAMER= python +USE_GSTREAMER= python gconf USE_GETTEXT= yes USE_PYTHON= 2.5+ USE_PYDISTUTILS= yes |