diff options
author | lioux <lioux@FreeBSD.org> | 2002-08-30 13:41:06 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-08-30 13:41:06 +0000 |
commit | 528cecc4e059f2e8052ba15c64b45e8ce7d87054 (patch) | |
tree | 141db14d29030a8bf2c77089ce1af9bc8111ce2c /emulators/uae | |
parent | 7a80df400a58d8bd82ad01e5be6cd1dcd6044987 (diff) | |
download | FreeBSD-ports-528cecc4e059f2e8052ba15c64b45e8ce7d87054.zip FreeBSD-ports-528cecc4e059f2e8052ba15c64b45e8ce7d87054.tar.gz |
Deploy USE_GNOMENG infrastructure
PR: 42199
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'emulators/uae')
-rw-r--r-- | emulators/uae/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/uae/Makefile b/emulators/uae/Makefile index 927df41..bb73117 100644 --- a/emulators/uae/Makefile +++ b/emulators/uae/Makefile @@ -16,7 +16,8 @@ USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-sound --enable-vidmode --enable-dga USE_XLIB= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 CFLAGS+= ${PTHREAD_CFLAGS} |