diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-12-24 23:11:50 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-12-24 23:11:50 +0800 |
commit | ccc67bfb8bdbd6ce046793132ad72ca59b896f7f (patch) | |
tree | 3c5c96418f69813b297ffcfb1f3a6fa723bb2a31 /games | |
parent | 9c8e70ac288b7291cf0b909d7d5231261432aa66 (diff) | |
download | freebsd-ports-gnome-ccc67bfb8bdbd6ce046793132ad72ca59b896f7f.tar.gz freebsd-ports-gnome-ccc67bfb8bdbd6ce046793132ad72ca59b896f7f.tar.zst freebsd-ports-gnome-ccc67bfb8bdbd6ce046793132ad72ca59b896f7f.zip |
- Fix X11 dependency
Reported by: ak
Diffstat (limited to 'games')
-rw-r--r-- | games/wargus/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/wargus/Makefile b/games/wargus/Makefile index b67843936487..53534bad5c1a 100644 --- a/games/wargus/Makefile +++ b/games/wargus/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png USES= cmake pkgconfig CMAKE_ARGS= -DGAMEDIR:STRING="bin" \ -DSHAREDIR:STRING="${DATADIR_REL}" -USE_X11= x11 +USE_XORG= x11 USE_GNOME= gtk20 SUB_FILES= pkg-message |