diff options
author | Grzegorz Blach <gblach@FreeBSD.org> | 2017-09-21 10:54:03 +0000 |
---|---|---|
committer | Grzegorz Blach <gblach@FreeBSD.org> | 2017-09-21 10:54:03 +0000 |
commit | 96ad21b7d12824a4be7fae78bcb142d79915d8d0 (patch) | |
tree | 6ea6181d659c33d91d13d2ee381f255c71463480 /x11/terminology/Makefile | |
parent | d9a1b3f995a6d952b10ac33fe9841d6cb8edb53f (diff) | |
download | ports-96ad21b7d12824a4be7fae78bcb142d79915d8d0.tar.gz ports-96ad21b7d12824a4be7fae78bcb142d79915d8d0.zip |
- Update devel/efl to 1.19.2 [1]
- Update devel/py-efl to 1.19.0 [1]
- Update x11-wm/enlightenment to 0.21.9 [2]
- Update x11/terminology to 1.1.1
- Mark benchmarks/expedite as broken
PR: 222462 [2]
Submitted by: Gleb Popov [1], Hardy Schumacher [2]
Differential Revision: https://reviews.freebsd.org/D12154 [1]
Notes
Notes:
svn path=/head/; revision=450248
Diffstat (limited to 'x11/terminology/Makefile')
-rw-r--r-- | x11/terminology/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/terminology/Makefile b/x11/terminology/Makefile index 378338725757..a1e6c10cdcd4 100644 --- a/x11/terminology/Makefile +++ b/x11/terminology/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= terminology -PORTVERSION= 1.0.0 -PORTREVISION= 3 +PORTVERSION= 1.1.1 CATEGORIES= x11 enlightenment MASTER_SITES= http://download.enlightenment.org/rel/apps/${PORTNAME}/ @@ -12,7 +11,8 @@ COMMENT= EFL Terminal Emulator LICENSE= BSD2CLAUSE -LIB_DEPENDS= libefl.so:devel/efl +LIB_DEPENDS= libefl.so:devel/efl \ + libintl.so:devel/gettext-runtime DIST_SUBDIR= enlightenment GNU_CONFIGURE= yes |