diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-02 00:59:13 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-02 00:59:13 +0000 |
commit | 63a181d059d4f1e681cb21970f9dfb79e7bc803b (patch) | |
tree | 56ef091910709f4c5afc5ea2a51bb53506ef8adb /games/hex/Makefile | |
parent | eb7ace1d483526258b2f4fb9a8a01aa61001f807 (diff) |
Notes
Diffstat (limited to 'games/hex/Makefile')
-rw-r--r-- | games/hex/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/hex/Makefile b/games/hex/Makefile index 460ba74a9b64..5cef07b6738a 100644 --- a/games/hex/Makefile +++ b/games/hex/Makefile @@ -13,7 +13,8 @@ MASTER_SITES= http://www.earth.li/projectpurple/files/ MAINTAINER= ports@FreeBSD.org USE_X_PREFIX= yes -USE_IMLIB= yes +USE_GNOMENG= yes +USE_GNOME= imlib MAKE_ENV= GRAPHICPATH="${GRAPHICPATH}" LEVELPATH="${LEVELPATH}" GRAPHICPATH= ${PREFIX}/share/hex/graphics |