diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-19 07:33:09 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-19 07:33:09 +0000 |
commit | 715852b561960374f4893efaa2f34fe72c6bb1b2 (patch) | |
tree | 73167b4e032b5def37f33f5722222b9ac9337369 /audio/rhythmbox | |
parent | - Update to version 1.16.0 (diff) |
- Convert ports from audio/ to new USES=python
Reviewed by: portmgr (implicit)
Notes
Notes:
svn path=/head/; revision=371170
Diffstat (limited to 'audio/rhythmbox')
-rw-r--r-- | audio/rhythmbox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index 3b9d896d3707..3eadb68d7b05 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -99,7 +99,7 @@ CONFIGURE_ARGS+= --disable-libnotify .endif .if exists(${LOCALBASE}/libdata/pkgconfig/gst-python-0.10.pc) -USE_PYTHON= yes +USES+= python USE_GSTREAMER+= python CONFIGURE_ARGS+=--enable-python PLIST_SUB+= PYTHON="" |