Turn GTK option to `on' as it should be.
This commit is contained in:
parent
f167ae25e2
commit
ebc89dccad
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=295803
1 changed files with 2 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= gpodder
|
PORTNAME= gpodder
|
||||||
PORTVERSION= 3.1.1
|
PORTVERSION= 3.1.1
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= multimedia python
|
CATEGORIES= multimedia python
|
||||||
MASTER_SITES= http://gpodder.org/src/
|
MASTER_SITES= http://gpodder.org/src/
|
||||||
|
|
||||||
|
@ -22,7 +23,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:${PORTSDIR}/databases/py-sqlite3
|
||||||
${PYTHON_PKGNAMEPREFIX}mygpoclient>=1.4:${PORTSDIR}/devel/py-mygpoclient \
|
${PYTHON_PKGNAMEPREFIX}mygpoclient>=1.4:${PORTSDIR}/devel/py-mygpoclient \
|
||||||
${PYTHON_PKGNAMEPREFIX}dbus>=0:${PORTSDIR}/devel/py-dbus
|
${PYTHON_PKGNAMEPREFIX}dbus>=0:${PORTSDIR}/devel/py-dbus
|
||||||
|
|
||||||
OPTIONS= GTK "With GTK UI" off \
|
OPTIONS= GTK "With GTK UI" on \
|
||||||
NOTIFY "Display notification bubbles for different events" off \
|
NOTIFY "Display notification bubbles for different events" off \
|
||||||
MUTAGEN "Allow metadata manipulation" off \
|
MUTAGEN "Allow metadata manipulation" off \
|
||||||
OGG2MP3 "Ogg Vorbis conversion to MP3 support" off \
|
OGG2MP3 "Ogg Vorbis conversion to MP3 support" off \
|
||||||
|
|
Loading…
Reference in a new issue