diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-06-21 16:10:07 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-06-21 16:10:07 +0000 |
commit | 53159428063ffe5d3c8c45b65b2a0f9cde16896f (patch) | |
tree | 0c5f056e983ce85167565a9dad2586b319a65708 /emulators | |
parent | 18905d6678267f450c2a05c07419cd66d76d511a (diff) | |
download | ports-53159428063ffe5d3c8c45b65b2a0f9cde16896f.tar.gz ports-53159428063ffe5d3c8c45b65b2a0f9cde16896f.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/desmume/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/emulators/desmume/Makefile b/emulators/desmume/Makefile index 5ee142679eb7..2ec4c8dc597a 100644 --- a/emulators/desmume/Makefile +++ b/emulators/desmume/Makefile @@ -18,17 +18,13 @@ LIB_DEPENDS= libgtkglext-x11-1.0.so:${PORTSDIR}/x11-toolkits/gtkglext \ USE_GL= gl USE_SDL= sdl USE_GNOME= gtk20 libglade2 -USES= desktop-file-utils dos2unix gettext gmake pkgconfig +USES= autoreconf desktop-file-utils dos2unix gettext gmake pkgconfig DOS2UNIX_FILES= src/utils/task.cpp GNU_CONFIGURE= yes CONFIGURE_ENV= GMSGFMT=msgfmt DATADIRNAME=share CONFIGURE_ARGS= --enable-glade -USE_AUTOTOOLS= aclocal autoconf -ACLOCAL_ARGS= -AUTOCONF_ARGS= - CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -DGTKGLEXT_AVAILABLE \ -DHAVE_LIBGDKGLEXT_X11_1_0 -DHAVE_GL_GL_H -DHAVE_GL_GLU_H CXXFLAGS+= ${CFLAGS} |