[Midnightbsd-cvs] mports [16294] trunk/x11/xcb-util-keysyms/Makefile: fix depends

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Apr 13 20:05:02 EDT 2014


Revision: 16294
          http://svnweb.midnightbsd.org/mports/?rev=16294
Author:   laffer1
Date:     2014-04-13 20:05:02 -0400 (Sun, 13 Apr 2014)
Log Message:
-----------
fix depends

Modified Paths:
--------------
    trunk/x11/xcb-util-keysyms/Makefile

Modified: trunk/x11/xcb-util-keysyms/Makefile
===================================================================
--- trunk/x11/xcb-util-keysyms/Makefile	2014-04-14 00:03:28 UTC (rev 16293)
+++ trunk/x11/xcb-util-keysyms/Makefile	2014-04-14 00:05:02 UTC (rev 16294)
@@ -7,20 +7,17 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Standard X key constants and conversion to/from keycodes
+
 LICENSE=	mit
 
 LIB_DEPENDS=	xcb-util:${PORTSDIR}/x11/xcb-util
 #BUILD_DEPENDS=	${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf
 
-USE_BZIP2=	yes
-USE_GMAKE=	yes
+USES=		gmake pkgconfig tar:bzip2
 USE_LDCONFIG=	yes
 USE_XORG=	xcb xorg-macros
-#USE_XORG=	xau xdmcp
-#USE_AUTOTOOLS=	libtool
 
 GNU_CONFIGURE=	yes
-#CONFIGURE_ENV=	GPERF="${LOCALBASE}/bin/gperf"
 
 post-patch:
 	@${REINPLACE_CMD} -e \



More information about the Midnightbsd-cvs mailing list