diff options
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/empathy/Makefile | 3 | ||||
-rw-r--r-- | net-im/empathy3/Makefile | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/net-im/empathy/Makefile b/net-im/empathy/Makefile index aac16f837..f386deeaf 100644 --- a/net-im/empathy/Makefile +++ b/net-im/empathy/Makefile @@ -4,7 +4,7 @@ PORTNAME= empathy PORTVERSION= 2.34.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-im gnome MASTER_SITES= GNOME @@ -101,6 +101,7 @@ PLIST_SUB+= NST="@comment " .endif .if !defined(WITHOUT_MAP) +USE_GL= gl LIB_DEPENDS+= champlain-0.8.1:${PORTSDIR}/graphics/libchamplain08 CONFIGURE_ARGS+=--enable-map PLIST_SUB+= MAP="" diff --git a/net-im/empathy3/Makefile b/net-im/empathy3/Makefile index b4d7c073c..e76c4e4b1 100644 --- a/net-im/empathy3/Makefile +++ b/net-im/empathy3/Makefile @@ -4,6 +4,7 @@ PORTNAME= empathy PORTVERSION= 3.4.2.1 +PORTREVISION= 1 CATEGORIES= net-im gnome MASTER_SITES= GNOME @@ -102,6 +103,7 @@ PLIST_SUB+= NST="@comment " #.endif .if ${PORT_OPTIONS:MMAP} +USE_GL= gl LIB_DEPENDS+= champlain-0.12.0:${PORTSDIR}/graphics/libchamplain CONFIGURE_ARGS+=--enable-map PLIST_SUB+= MAP="" |