diff options
author | gahr <gahr@FreeBSD.org> | 2009-03-18 04:36:46 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2009-03-18 04:36:46 +0800 |
commit | 06b135e8bbd1b238c6b9713befae358aca96dc3f (patch) | |
tree | f8053b1d4ea66d81b742f084072e92b9107fb1e9 /games/gnubg | |
parent | 4d4b08b4f9b3eae219c55bcb39241bb875851d75 (diff) | |
download | freebsd-ports-gnome-06b135e8bbd1b238c6b9713befae358aca96dc3f.tar.gz freebsd-ports-gnome-06b135e8bbd1b238c6b9713befae358aca96dc3f.tar.zst freebsd-ports-gnome-06b135e8bbd1b238c6b9713befae358aca96dc3f.zip |
- Remove duplicate from CONFIGURE_ARGS
PR: 132723
Submitted by: TAKAHASHI Kaoru <kaoru@kaisei.org>
Diffstat (limited to 'games/gnubg')
-rw-r--r-- | games/gnubg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/gnubg/Makefile b/games/gnubg/Makefile index 07b31ac162bb..3165c360bd28 100644 --- a/games/gnubg/Makefile +++ b/games/gnubg/Makefile @@ -30,7 +30,7 @@ WRKSRC= ${WRKDIR}/gnubg OPTIONS= ESOUND "Enable sound support" ON \ NLS "Enable gettext support" ON -CONFIGURE_ARGS= --enable-nls --with-board3d +CONFIGURE_ARGS= --with-board3d CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \ ac_cv_path_ARTSC_CONFIG=no ac_cv_path_LIBART_CONFIG=no |