diff options
author | martymac <martymac@FreeBSD.org> | 2019-09-21 05:17:10 +0800 |
---|---|---|
committer | martymac <martymac@FreeBSD.org> | 2019-09-21 05:17:10 +0800 |
commit | 26f1be7bf38c56bbf719a1858d346199183b569d (patch) | |
tree | c68b76cc77b1756e3b66000557d08b319b4a38f3 /games/openalchemist | |
parent | 5746c41245a2dd7de229208e87c791e61700a881 (diff) | |
download | freebsd-ports-gnome-26f1be7bf38c56bbf719a1858d346199183b569d.tar.gz freebsd-ports-gnome-26f1be7bf38c56bbf719a1858d346199183b569d.tar.zst freebsd-ports-gnome-26f1be7bf38c56bbf719a1858d346199183b569d.zip |
Add missing USES=xorg for my ports
Diffstat (limited to 'games/openalchemist')
-rw-r--r-- | games/openalchemist/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/openalchemist/Makefile b/games/openalchemist/Makefile index 82efe31214a3..4a00b26a1ea2 100644 --- a/games/openalchemist/Makefile +++ b/games/openalchemist/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= libclanCore.so:devel/clanlib1 \ libpng.so:graphics/png USES= autoreconf gl gmake gnome iconv jpeg pkgconfig python:2.7,run \ - sdl shebangfix + sdl shebangfix xorg USE_GNOME= pygtk2 USE_XORG= xxf86vm xi x11 xmu xext xdamage xfixes xau xdmcp xt sm ice USE_GL= gl glu |