diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-11-25 16:24:44 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-11-25 16:24:44 +0800 |
commit | abc783ca3d7db848ed357d62622cce1fabe7ff83 (patch) | |
tree | 04009cf95b6008998c960d0ee6fe6f6f61480b95 /x11/libgnomekbd | |
parent | 6957e0fa06b9aeea3d9a98a0beeffea7ae244815 (diff) | |
download | marcuscom-ports-abc783ca3d7db848ed357d62622cce1fabe7ff83.tar marcuscom-ports-abc783ca3d7db848ed357d62622cce1fabe7ff83.tar.gz marcuscom-ports-abc783ca3d7db848ed357d62622cce1fabe7ff83.tar.bz2 marcuscom-ports-abc783ca3d7db848ed357d62622cce1fabe7ff83.tar.lz marcuscom-ports-abc783ca3d7db848ed357d62622cce1fabe7ff83.tar.xz marcuscom-ports-abc783ca3d7db848ed357d62622cce1fabe7ff83.tar.zst marcuscom-ports-abc783ca3d7db848ed357d62622cce1fabe7ff83.zip |
Make libgnomekbd to explicitly depend on libxml2. While here sort USE_GNOME.
Reported by: poudriere
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18923 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/libgnomekbd')
-rw-r--r-- | x11/libgnomekbd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/libgnomekbd/Makefile b/x11/libgnomekbd/Makefile index b76263a1a..24024b023 100644 --- a/x11/libgnomekbd/Makefile +++ b/x11/libgnomekbd/Makefile @@ -15,7 +15,8 @@ BUILD_DEPENDS= libxklavier>=5.2:${PORTSDIR}/x11/libxklavier LIB_DEPENDS= libxklavier.so:${PORTSDIR}/x11/libxklavier USE_XZ= yes -USE_GNOME= gnomeprefix ltverhack intltool gtk30 introspection:build +USE_GNOME= gnomeprefix gtk30 intltool introspection:build \ + ltverhack libxml2 GNU_CONFIGURE= yes USE_XORG= ice INSTALLS_ICONS= yes |