[Midnightbsd-cvs] mports [19276] trunk/accessibility: fix install
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Mon Jun 1 19:15:14 EDT 2015
Revision: 19276
http://svnweb.midnightbsd.org/mports/?rev=19276
Author: laffer1
Date: 2015-06-01 19:15:14 -0400 (Mon, 01 Jun 2015)
Log Message:
-----------
fix install
Modified Paths:
--------------
trunk/accessibility/at-spi2-atk/Makefile
Removed Paths:
-------------
trunk/accessibility/at-spi2-core/files/
Modified: trunk/accessibility/at-spi2-atk/Makefile
===================================================================
--- trunk/accessibility/at-spi2-atk/Makefile 2015-06-01 23:13:07 UTC (rev 19275)
+++ trunk/accessibility/at-spi2-atk/Makefile 2015-06-01 23:15:14 UTC (rev 19276)
@@ -2,6 +2,7 @@
PORTNAME= at-spi2-atk
PORTVERSION= 2.14.1
+PORTREVISION= 1
CATEGORIES= accessibility x11-toolkits
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
@@ -15,7 +16,7 @@
LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus
RUN_DEPENDS= at-spi2-core>=2.8.0:${PORTSDIR}/accessibility/at-spi2-core
-USES= gmake libtool pathfix pkgconfig tar:xz
+USES= cpe gmake libtool pathfix pkgconfig tar:xz
USE_GNOME= atk glib20 intlhack
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
@@ -23,5 +24,6 @@
LIBS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --enable-p2p
INSTALL_TARGET= install-strip
+CPE_VENDOR= gnome
.include <bsd.port.mk>
More information about the Midnightbsd-cvs
mailing list