svn commit: r311763 - head/x11/xkbcomp
Niclas Zeising
zeising at FreeBSD.org
Wed Feb 6 13:11:01 UTC 2013
Author: zeising
Date: Wed Feb 6 13:11:01 2013
New Revision: 311763
URL: http://svnweb.freebsd.org/changeset/ports/311763
Log:
Add USE_GNOME=gnomehack instead of home-rolled version. [1]
Add xorg-macros to build depends to silence a configure warning.
Noticed By: danfe [1]
Modified:
head/x11/xkbcomp/Makefile
Modified: head/x11/xkbcomp/Makefile
==============================================================================
--- head/x11/xkbcomp/Makefile Wed Feb 6 13:09:28 2013 (r311762)
+++ head/x11/xkbcomp/Makefile Wed Feb 6 13:11:01 2013 (r311763)
@@ -9,16 +9,14 @@ COMMENT= Compile XKB keyboard descriptio
LICENSE= MIT
+BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xorg-macros.oc:${PORTSDIR}/devel/xorg-macros
XORG_CAT= app
USE_XORG= x11 xkbfile
+USE_GNOME= gnomehack
PLIST_FILES= bin/xkbcomp \
libdata/pkgconfig/xkbcomp.pc
MAN1= xkbcomp.1
-post-patch:
- @${REINPLACE_CMD} -e 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \
- ${WRKSRC}/Makefile.in
-
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list