diff options
author | rm <rm@FreeBSD.org> | 2012-05-02 02:32:14 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2012-05-02 02:32:14 +0800 |
commit | 65acf1548aec2eeed13a7af8823b208ba84cf770 (patch) | |
tree | b8a4016e01e09df8eaefbe7ba35ae261503774fd | |
parent | a45c9cc00b04c01652ed584b26e502beb88a4943 (diff) | |
download | freebsd-ports-gnome-65acf1548aec2eeed13a7af8823b208ba84cf770.tar.gz freebsd-ports-gnome-65acf1548aec2eeed13a7af8823b208ba84cf770.tar.zst freebsd-ports-gnome-65acf1548aec2eeed13a7af8823b208ba84cf770.zip |
Turn GTK option to `on' as it should be.
-rw-r--r-- | multimedia/gpodder/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/gpodder/Makefile b/multimedia/gpodder/Makefile index f9a12bbd0c0b..d1d8a6b42df7 100644 --- a/multimedia/gpodder/Makefile +++ b/multimedia/gpodder/Makefile @@ -7,6 +7,7 @@ PORTNAME= gpodder PORTVERSION= 3.1.1 +PORTREVISION= 1 CATEGORIES= multimedia python 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}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 \ MUTAGEN "Allow metadata manipulation" off \ OGG2MP3 "Ogg Vorbis conversion to MP3 support" off \ |