diff options
Diffstat (limited to 'net/grilo/Makefile')
-rw-r--r-- | net/grilo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/grilo/Makefile b/net/grilo/Makefile index dfc1b6de608a..02b5b2fb80eb 100644 --- a/net/grilo/Makefile +++ b/net/grilo/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= grilo -PORTVERSION= 0.3.3 +PORTVERSION= 0.3.4 CATEGORIES= net MASTER_SITES= GNOME @@ -32,6 +32,6 @@ OPTIONS_DEFINE= UI UI_DESC= Enable testing UI UI_CONFIGURE_ENABLE=test-ui -UI_USE= GNOME=gtk30 +UI_USE= GNOME=cairo,gdkpixbuf2,gtk30 .include <bsd.port.mk> |