svn commit: r314704 - head/x11/libxklavier

Jeremy Messenger mezz at FreeBSD.org
Wed Mar 20 02:01:11 UTC 2013


Author: mezz
Date: Wed Mar 20 02:01:11 2013
New Revision: 314704
URL: http://svnweb.freebsd.org/changeset/ports/314704

Log:
  -Add a missing dependency, xi. Bump the PORTREVISION.
  -gnomehack -> USES=pathfix
  
  PR:		ports/175970
  Submitted by:	pawel

Modified:
  head/x11/libxklavier/Makefile   (contents, props changed)

Modified: head/x11/libxklavier/Makefile
==============================================================================
--- head/x11/libxklavier/Makefile	Wed Mar 20 01:56:04 2013	(r314703)
+++ head/x11/libxklavier/Makefile	Wed Mar 20 02:01:11 2013	(r314704)
@@ -1,13 +1,10 @@
-# New ports collection makefile for:	libxklavier
-# Date created:				31 May 2002
-# Whom:					Maxim Sobolev <sobomax at FreeBSD.org>
-#
+# Created by: Maxim Sobolev <sobomax at FreeBSD.org>
 # $FreeBSD$
 #   $MCom: ports/x11/libxklavier/Makefile,v 1.53 2010/01/12 02:18:34 avl Exp $
-#
 
 PORTNAME=	libxklavier
 PORTVERSION=	5.0
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	x11 gnome
 MASTER_SITES=	GNOME
@@ -19,10 +16,11 @@ BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgc
 RUN_DEPENDS=	xkbcomp:${PORTSDIR}/x11/xkbcomp \
     		${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes
 
-USE_XORG=	x11 xkbfile
+USES=		pathfix
+USE_XORG=	x11 xi xkbfile
 USE_BZIP2=	yes
 USE_GMAKE=	yes
-USE_GNOME=	gnomehack libxml2 glib20 ltverhack:12
+USE_GNOME=	libxml2 glib20 ltverhack:12
 USE_LDCONFIG=	yes
 USE_AUTOTOOLS=	libtool
 CPPFLAGS+=	-I${LOCALBASE}/include


More information about the svn-ports-all mailing list