diff options
author | miwi <miwi@FreeBSD.org> | 2011-12-03 22:11:18 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-12-03 22:11:18 +0800 |
commit | aa85c09c643939e4ba0852bd25a863fa0b0e62d0 (patch) | |
tree | 328918dd1f117b6f9c15d70aa435ede6d81ac84b /multimedia | |
parent | c0416bbe3b2ba0edf128ebb7ea9dd1f44ff7195f (diff) | |
download | freebsd-ports-gnome-aa85c09c643939e4ba0852bd25a863fa0b0e62d0.tar.gz freebsd-ports-gnome-aa85c09c643939e4ba0852bd25a863fa0b0e62d0.tar.zst freebsd-ports-gnome-aa85c09c643939e4ba0852bd25a863fa0b0e62d0.zip |
- Add missing dependency
- Bump PORTREVISION
PR: 163003
Submitted by: Grzegorz Blach <magik@roorback.net>
Approved by: maintainer via irc
Feature safe: yes
Diffstat (limited to 'multimedia')
-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 |