diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-10-06 19:56:38 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-10-06 19:56:38 +0800 |
commit | 325aa7e8e88ecb199c046b332000e6efcca17714 (patch) | |
tree | 96255da188cb25915662af74059dec331edbc41f /x11/libxklavier | |
parent | ba7b4e2ec2de6aacf45de83bd053d23282f02946 (diff) | |
download | marcuscom-ports-325aa7e8e88ecb199c046b332000e6efcca17714.tar marcuscom-ports-325aa7e8e88ecb199c046b332000e6efcca17714.tar.gz marcuscom-ports-325aa7e8e88ecb199c046b332000e6efcca17714.tar.bz2 marcuscom-ports-325aa7e8e88ecb199c046b332000e6efcca17714.tar.lz marcuscom-ports-325aa7e8e88ecb199c046b332000e6efcca17714.tar.xz marcuscom-ports-325aa7e8e88ecb199c046b332000e6efcca17714.tar.zst marcuscom-ports-325aa7e8e88ecb199c046b332000e6efcca17714.zip |
Add USES=pkgconfig where needed, update to new port rules, incl stage support.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18771 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/libxklavier')
-rw-r--r-- | x11/libxklavier/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/x11/libxklavier/Makefile b/x11/libxklavier/Makefile index 4be6bee9a..be305e757 100644 --- a/x11/libxklavier/Makefile +++ b/x11/libxklavier/Makefile @@ -9,22 +9,20 @@ CATEGORIES= x11 gnome MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org -COMMENT= An utility library to make XKB stuff easier +COMMENT= Utility library to make XKB stuff easier BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes RUN_DEPENDS= xkbcomp:${PORTSDIR}/x11/xkbcomp \ ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes -NO_STAGE= yes USE_XORG= x11 xkbfile USE_XZ= yes -USES= gmake pathfix +USES= gmake pathfix pkgconfig USE_GNOME= libxml2 glib20 ltverhack:12 introspection:build USE_LDCONFIG= yes USE_AUTOTOOLS= libtool CPPFLAGS+= -I${LOCALBASE}/include -CONFIGURE_ARGS= --disable-doxygen \ - --with-xkb-base=${LOCALBASE}/share/X11/xkb \ +CONFIGURE_ARGS= --with-xkb-base=${LOCALBASE}/share/X11/xkb \ --with-xkb-bin-base=${LOCALBASE}/bin \ --with-xmodmap-base=${LOCALBASE}/share/xmodmap \ --disable-gtk-doc \ |