diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-03 13:18:22 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-03 13:18:22 +0000 |
commit | e3a1f66f84931500221bf05ce11a92e40823f156 (patch) | |
tree | d0f92a972e0c30c285dcb6dbc695415482db730d | |
parent | Add p5-Class-DBI-ToSax 0.09, extension to Class::DBI for sqlite. (diff) |
emulators/gngb: Bento fix.
Fix 4.x build on bento.
Changes:
- USE_GETOPT_LONG
PR: ports/53962
Submitted by: Michael Nottebrock <michaelnottebrock@gmx.net>
Approved by: maintainer timeout
Notes
Notes:
svn path=/head/; revision=90122
-rw-r--r-- | emulators/gngb/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/gngb/Makefile b/emulators/gngb/Makefile index a351d83ee8d9..a37dbfbf9ef7 100644 --- a/emulators/gngb/Makefile +++ b/emulators/gngb/Makefile @@ -18,6 +18,7 @@ LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 GNU_CONFIGURE= yes USE_GMAKE= yes +USE_GETOPT_LONG=yes USE_XLIB= yes USE_X_PREFIX= yes CONFIGURE_ENV= CFLAGS="-I${X11BASE}/include" \ |