diff options
author | mezz <mezz@FreeBSD.org> | 2013-03-20 10:01:11 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2013-03-20 10:01:11 +0800 |
commit | a2a1ba1a601ff387eaa109aeca65767625b82b35 (patch) | |
tree | 15d3398331ee04f617b149b3d6a5e0cd05de561b | |
parent | 4c71b26b726e6e409919cb2d8b9f2d99ed96e3cc (diff) | |
download | freebsd-ports-gnome-a2a1ba1a601ff387eaa109aeca65767625b82b35.tar.gz freebsd-ports-gnome-a2a1ba1a601ff387eaa109aeca65767625b82b35.tar.zst freebsd-ports-gnome-a2a1ba1a601ff387eaa109aeca65767625b82b35.zip |
-Add a missing dependency, xi. Bump the PORTREVISION.
-gnomehack -> USES=pathfix
PR: ports/175970
Submitted by: pawel
-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 |