diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2013-05-25 14:37:02 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2013-05-25 14:37:02 +0000 |
commit | 92ea0d614b10bd99ce43a611721c7c4003cd79a5 (patch) | |
tree | cf13f962932aab3646f0af684b2923c4e0f0825b /net-im | |
parent | ffbb85145227efbc987e5d09cab804f896bf37f5 (diff) | |
download | ports-92ea0d614b10bd99ce43a611721c7c4003cd79a5.tar.gz ports-92ea0d614b10bd99ce43a611721c7c4003cd79a5.zip |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/empathy/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/empathy/Makefile b/net-im/empathy/Makefile index 20ecef6acb60..fbffa19eb1b3 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 ${PORT_OPTIONS:MMAP} +USE_GL= gl LIB_DEPENDS+= champlain-0.8:${PORTSDIR}/graphics/libchamplain CONFIGURE_ARGS+=--enable-map PLIST_SUB+= MAP="" |