diff options
author | dinoex <dinoex@FreeBSD.org> | 2004-02-26 05:17:15 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2004-02-26 05:17:15 +0000 |
commit | 3edcb82e3ee5d5b8995661fcecb83ffb44135c85 (patch) | |
tree | 045b2c7ad54a0ece3f0f09984832fae9c1c3013c /emulators | |
parent | f5cab0b435a4e7acc7ca0b5a31b7a7bf6646ccbb (diff) | |
download | FreeBSD-ports-3edcb82e3ee5d5b8995661fcecb83ffb44135c85.zip FreeBSD-ports-3edcb82e3ee5d5b8995661fcecb83ffb44135c85.tar.gz |
- add CONFLICTS
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 2b7a821..9003d0b 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 |