Index: head/x11/xkbcomp/Makefile =================================================================== --- head/x11/xkbcomp/Makefile (revision 311762) +++ head/x11/xkbcomp/Makefile (revision 311763) @@ -1,24 +1,22 @@ # $FreeBSD$ PORTNAME= xkbcomp PORTVERSION= 1.2.4 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Compile XKB keyboard description 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