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 /emulators | |
parent | d7b6cccf75db29b87c0d5be060ab5d08020a9858 (diff) | |
download | ports-e3a1f66f84931500221bf05ce11a92e40823f156.tar.gz ports-e3a1f66f84931500221bf05ce11a92e40823f156.zip |
Notes
Diffstat (limited to 'emulators')
-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" \ |