Date: Tue, 13 May 2014 10:30:59 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353933 - head/x11/libexo Message-ID: <201405131030.s4DAUxJx009478@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Tue May 13 10:30:58 2014 New Revision: 353933 URL: http://svnweb.freebsd.org/changeset/ports/353933 QAT: https://qat.redports.org/buildarchive/r353933/ Log: - USES=libtool:oldver tar:bzip2. - INSTALL_TARGET=install-strip. Modified: head/x11/libexo/Makefile Modified: head/x11/libexo/Makefile ============================================================================== --- head/x11/libexo/Makefile Tue May 13 10:28:39 2014 (r353932) +++ head/x11/libexo/Makefile Tue May 13 10:30:58 2014 (r353933) @@ -3,7 +3,7 @@ PORTNAME= libexo PORTVERSION= 0.10.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR= src/xfce/exo/${PORTVERSION:R} @@ -21,12 +21,13 @@ DOCSDIR= ${PREFIX}/share/doc/${PORTNAME: GNU_CONFIGURE= yes INSTALLS_ICONS= yes -USE_BZIP2= yes +INSTALL_TARGET= install-strip +USES= desktop-file-utils gmake libtool:oldver pathfix perl5 \ + pkgconfig tar:bzip2 USE_GNOME= glib20 gtk20 intltool intlhack USE_LDCONFIG= yes USE_XFCE= configenv libmenu libutil USE_XORG= x11 -USES= desktop-file-utils gmake pathfix perl5 pkgconfig OPTIONS_DEFINE= DOCS NLS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405131030.s4DAUxJx009478>