diff options
Diffstat (limited to 'games/crossfire-client/Makefile')
-rw-r--r-- | games/crossfire-client/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/crossfire-client/Makefile b/games/crossfire-client/Makefile index b57d60be98c7..a80486f4beb6 100644 --- a/games/crossfire-client/Makefile +++ b/games/crossfire-client/Makefile @@ -29,7 +29,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} USE_X_PREFIX= yes USE_PERL5= yes USE_XPM= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_REINPLACE= yes USE_GMAKE= yes GNU_CONFIGURE= yes |