diff options
Diffstat (limited to 'net/gnomba/Makefile')
-rw-r--r-- | net/gnomba/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/gnomba/Makefile b/net/gnomba/Makefile index c3e81c4aad3b..3a57e8f17d25 100644 --- a/net/gnomba/Makefile +++ b/net/gnomba/Makefile @@ -14,7 +14,8 @@ MASTER_SITE_SUBDIR= gnomba MAINTAINER= demon@FreeBSD.org USE_GMAKE= yes -USE_GNOMELIBS= yes +USE_GNOMENG= yes +USE_GNOME= gnomelibs GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" |