- Update to 1.12.3
- Fix build with NLS=off [1] PR: 197200 [1] Submitted by: tijl [1]
This commit is contained in:
parent
58000b12ef
commit
62eb555a5e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=378178
2 changed files with 6 additions and 6 deletions
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= efl
|
||||
PORTVERSION= 1.12.2
|
||||
PORTREVISION= 4
|
||||
PORTVERSION= 1.12.3
|
||||
CATEGORIES= devel enlightenment
|
||||
MASTER_SITES= http://download.enlightenment.org/rel/libs/${PORTNAME}/
|
||||
|
||||
|
@ -24,7 +23,8 @@ LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
|||
|
||||
DIST_SUBDIR= enlightenment
|
||||
GNU_CONFIGURE= yes
|
||||
USES= autoreconf compiler:c++11-lib gmake libtool pathfix pkgconfig shared-mime-info tar:xz
|
||||
USES= autoreconf compiler:c++11-lib gettext-tools gmake libtool \
|
||||
pathfix pkgconfig shared-mime-info tar:xz
|
||||
USE_XORG= x11 xcursor xcomposite xdamage xext xinerama xp xrandr xtst xscrnsaver
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
@ -60,7 +60,7 @@ FRIBIDI_CONFIGURE_ENABLE= fribidi
|
|||
HARFBUZZ_LIB_DEPENDS= libharfbuzz.so:${PORTSDIR}/print/harfbuzz
|
||||
HARFBUZZ_CONFIGURE_ENABLE= harfbuzz
|
||||
|
||||
NLS_USES= gettext
|
||||
NLS_USES= gettext-runtime
|
||||
NLS_CONFIGURE_ENABLE= nls
|
||||
|
||||
PHYSICS_LIB_DEPENDS= libBulletDynamics.so:${PORTSDIR}/devel/bullet
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (enlightenment/efl-1.12.2.tar.xz) = 62bd5e75db3ca83da4330521e77551adb2de177aacda9a11d9c854a81002f75e
|
||||
SIZE (enlightenment/efl-1.12.2.tar.xz) = 40210048
|
||||
SHA256 (enlightenment/efl-1.12.3.tar.xz) = cd92dbf6f1164afb788544f325f9681fe6c572f18437b8886d5bf7c59cd4aebd
|
||||
SIZE (enlightenment/efl-1.12.3.tar.xz) = 40202328
|
||||
|
|
Loading…
Reference in a new issue