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/eboard | |
parent | eb7ace1d483526258b2f4fb9a8a01aa61001f807 (diff) |
Deploy USE_GNOMENG infrastructure
PR: 42301
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Notes
Notes:
svn path=/head/; revision=65456
Diffstat (limited to 'games/eboard')
-rw-r--r-- | games/eboard/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/eboard/Makefile b/games/eboard/Makefile index b50d4064c9c4..5ac8eac77f2d 100644 --- a/games/eboard/Makefile +++ b/games/eboard/Makefile @@ -18,8 +18,8 @@ MAINTAINER= petef@FreeBSD.org LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext GNU_CONFIGURE= yes -USE_GTK= yes -USE_IMLIB= yes +USE_GNOMENG= yes +USE_GNOME= imlib USE_X_PREFIX= yes INSTALL_TARGET= install install-man |