Date: Fri, 27 Sep 2019 10:01:01 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513017 - head/devel/efl Message-ID: <201909271001.x8RA119Z013011@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Fri Sep 27 10:01:00 2019 New Revision: 513017 URL: https://svnweb.freebsd.org/changeset/ports/513017 Log: Remove libXp dependency, it is actually unused Modified: head/devel/efl/Makefile Modified: head/devel/efl/Makefile ============================================================================== --- head/devel/efl/Makefile Fri Sep 27 10:00:37 2019 (r513016) +++ head/devel/efl/Makefile Fri Sep 27 10:01:00 2019 (r513017) @@ -3,7 +3,7 @@ PORTNAME= efl DISTVERSION= 1.20.7 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= devel enlightenment MASTER_SITES= http://download.enlightenment.org/rel/libs/${PORTNAME}/ DIST_SUBDIR= enlightenment @@ -28,9 +28,9 @@ CONFLICTS_INSTALL= libeio GNU_CONFIGURE= yes USES= autoreconf compiler:c++14-lang gettext-tools gmake iconv jpeg \ libtool pathfix pkgconfig python:2.7,run shared-mime-info \ - shebangfix tar:xz + shebangfix tar:xz xorg SHEBANG_FILES= src/scripts/eina/eina-bench-cmp -USE_XORG= x11 xcb xcursor xcomposite xdamage xext xfixes xi xinerama xp \ +USE_XORG= x11 xcb xcursor xcomposite xdamage xext xfixes xi xinerama \ xrandr xrender xtst xscrnsaver USE_LDCONFIG= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909271001.x8RA119Z013011>