diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-02-26 05:17:15 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-02-26 05:17:15 +0000 |
commit | 502ef7ef42a3d5c36bcb3fbbc3997d2c3e529ddd (patch) | |
tree | 36db3daabf1483b767d38bb846a0f95f90540eb9 /emulators | |
parent | ace66a7230a488fbe388e92f4ed241b82f7d3376 (diff) | |
download | ports-502ef7ef42a3d5c36bcb3fbbc3997d2c3e529ddd.tar.gz ports-502ef7ef42a3d5c36bcb3fbbc3997d2c3e529ddd.zip |
Notes
Diffstat (limited to 'emulators')
-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 |