svn commit: r513017 - head/devel/efl

Baptiste Daroussin bapt at FreeBSD.org
Fri Sep 27 10:01:01 UTC 2019


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
 


More information about the svn-ports-head mailing list