diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2013-03-20 02:01:11 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2013-03-20 02:01:11 +0000 |
commit | 3ec6cc9d5b4c1ec72c84d44a413675d9dda527d5 (patch) | |
tree | 15d3398331ee04f617b149b3d6a5e0cd05de561b | |
parent | Update to 5.0.0 (diff) |
-Add a missing dependency, xi. Bump the PORTREVISION.
-gnomehack -> USES=pathfix
PR: ports/175970
Submitted by: pawel
Notes
Notes:
svn path=/head/; revision=314704
Diffstat (limited to '')
-rw-r--r-- | x11/libxklavier/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/x11/libxklavier/Makefile b/x11/libxklavier/Makefile index d756764b5729..836781998cec 100644 --- a/x11/libxklavier/Makefile +++ b/x11/libxklavier/Makefile @@ -1,13 +1,10 @@ -# New ports collection makefile for: libxklavier -# Date created: 31 May 2002 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# +# Created by: Maxim Sobolev <sobomax@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/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso- 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 |