svn commit: r311764 - head/x11/xkbcomp

Niclas Zeising zeising at FreeBSD.org
Wed Feb 6 13:15:50 UTC 2013


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


More information about the svn-ports-head mailing list