diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2018-11-14 21:41:14 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2018-11-14 21:41:14 +0000 |
commit | d56d62b37d7225063367e6486a9de8b65a5b98d7 (patch) | |
tree | d7c9bd04cd53f7af070c74d72524e629a94f62a8 /emulators/qemu-cheri/Makefile | |
parent | a46da435884ff72723bed546919657cab2b1b2e0 (diff) | |
download | ports-d56d62b37d7225063367e6486a9de8b65a5b98d7.tar.gz ports-d56d62b37d7225063367e6486a9de8b65a5b98d7.zip |
Notes
Diffstat (limited to 'emulators/qemu-cheri/Makefile')
-rw-r--r-- | emulators/qemu-cheri/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/qemu-cheri/Makefile b/emulators/qemu-cheri/Makefile index d62710fd2f88..8d4de9089574 100644 --- a/emulators/qemu-cheri/Makefile +++ b/emulators/qemu-cheri/Makefile @@ -22,10 +22,10 @@ GH_TAGNAME= ${QEMU_COMMIT} GH_TUPLE= qemu:keycodemapdb:6b3d716:qemu/ui/keycodemapdb HAS_CONFIGURE= yes -USES= gettext-runtime gmake libtool makeinfo pkgconfig python:2.7,build +USES= gettext-runtime gmake gnome libtool makeinfo pkgconfig python:2.7,build USE_XORG= pixman -USE_GNOME+= glib20 -ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 +USE_GNOME+= glib20 libxml2 +ONLY_FOR_ARCHS= amd64 powerpc64 OPTIONS_DEFINE= DOCS |