diff options
author | dinoex <dinoex@FreeBSD.org> | 2004-02-26 13:17:15 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2004-02-26 13:17:15 +0800 |
commit | 3edcb82e3ee5d5b8995661fcecb83ffb44135c85 (patch) | |
tree | 045b2c7ad54a0ece3f0f09984832fae9c1c3013c /emulators | |
parent | f5cab0b435a4e7acc7ca0b5a31b7a7bf6646ccbb (diff) | |
download | freebsd-ports-gnome-3edcb82e3ee5d5b8995661fcecb83ffb44135c85.tar.gz freebsd-ports-gnome-3edcb82e3ee5d5b8995661fcecb83ffb44135c85.tar.zst freebsd-ports-gnome-3edcb82e3ee5d5b8995661fcecb83ffb44135c85.zip |
- 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 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 |