Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Feb 2013 13:15:49 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r311764 - head/x11/xkbcomp
Message-ID:  <201302061315.r16DFnce024168@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Wed Feb  6 13:15:49 2013
New Revision: 311764
URL: http://svnweb.freebsd.org/changeset/ports/311764

Log:
  Fix typo.
  
  Noticed by:	romain

Modified:
  head/x11/xkbcomp/Makefile

Modified: head/x11/xkbcomp/Makefile
==============================================================================
--- head/x11/xkbcomp/Makefile	Wed Feb  6 13:11:01 2013	(r311763)
+++ head/x11/xkbcomp/Makefile	Wed Feb  6 13:15:49 2013	(r311764)
@@ -9,7 +9,7 @@ COMMENT=	Compile XKB keyboard descriptio
 
 LICENSE=	MIT
 
-BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/xorg-macros.oc:${PORTSDIR}/devel/xorg-macros
+BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/xorg-macros.pc:${PORTSDIR}/devel/xorg-macros
 XORG_CAT=	app
 USE_XORG=	x11 xkbfile
 USE_GNOME=	gnomehack



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302061315.r16DFnce024168>