svn commit: r353933 - head/x11/libexo

Tijl Coosemans tijl at FreeBSD.org
Tue May 13 10:30:59 UTC 2014


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
 


More information about the svn-ports-all mailing list