diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-08-30 13:41:06 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-08-30 13:41:06 +0000 |
commit | 34ab4f9ae7b2f236f6efa54a10223e174df5d904 (patch) | |
tree | efb66df1b66cf60624722719a17439c5368bada2 /emulators/uae/Makefile | |
parent | 4919a03c9abec143b75c7c98f92ec2a18ac7b4f4 (diff) | |
download | ports-34ab4f9ae7b2f236f6efa54a10223e174df5d904.tar.gz ports-34ab4f9ae7b2f236f6efa54a10223e174df5d904.zip |
Notes
Diffstat (limited to 'emulators/uae/Makefile')
-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 927df41060c5..bb7311718b40 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} |