diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-24 06:47:43 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-24 06:47:43 +0000 |
commit | 9e851747810eb867296d0d9af0f279a6ed255f6c (patch) | |
tree | 779b0ba8b67dd51ac5bba10ece71f4e1540ada7d /games/xbill | |
parent | [update orphan port] : games/xbill (diff) |
[update orphan port] : games/xbill
- use GNOMENG
Diffstat (limited to 'games/xbill')
-rw-r--r-- | games/xbill/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xbill/Makefile b/games/xbill/Makefile index a41528dce365..0367ccbc4897 100644 --- a/games/xbill/Makefile +++ b/games/xbill/Makefile @@ -19,7 +19,8 @@ SCORES_DIR?= ${DATADIR}/scores USE_X_PREFIX= yes HAS_CONFIGURE= yes USE_XPM= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 CONFIGURE_ENV+= PREFIX=${PREFIX} CONFIGURE_ARGS+=--localstatedir=${SCORES_DIR} |