diff options
Diffstat (limited to '')
-rw-r--r-- | emulators/vice/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile index 2b7a821f1ee3..9003d0b19430 100644 --- a/emulators/vice/Makefile +++ b/emulators/vice/Makefile @@ -29,8 +29,10 @@ USE_GCC= 3.2 .if defined(VICE_WITH_GNOME) USE_GNOME= gnomelibs CONFIGURE_ARGS= --enable-gnomeui +CONFLICTS?= vice-1.* .else CONFIGURE_ARGS= --with-xaw3d +CONFLICTS?= vice-gnome-1.* .endif INFO= vice |