diff options
author | dhn <dhn@FreeBSD.org> | 2011-04-24 15:57:12 +0800 |
---|---|---|
committer | dhn <dhn@FreeBSD.org> | 2011-04-24 15:57:12 +0800 |
commit | 2818c336d6178d84504b12667da08998fde90446 (patch) | |
tree | c03fa304a37de3744291acb9cde48834d79ff361 /emulators | |
parent | 1b3f7ae9153773e3d29638c4225976825657c001 (diff) | |
download | freebsd-ports-gnome-2818c336d6178d84504b12667da08998fde90446.tar.gz freebsd-ports-gnome-2818c336d6178d84504b12667da08998fde90446.tar.zst freebsd-ports-gnome-2818c336d6178d84504b12667da08998fde90446.zip |
- Add CONFLICTS with dynamips-community
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/dynamips-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/dynamips-devel/Makefile b/emulators/dynamips-devel/Makefile index 1971a54c45c1..f5ec350007c2 100644 --- a/emulators/dynamips-devel/Makefile +++ b/emulators/dynamips-devel/Makefile @@ -17,7 +17,7 @@ COMMENT= Cisco 1700/2600/3600/3700/7200 Simulator LIB_DEPENDS= elf.0:${PORTSDIR}/devel/libelf -CONFLICTS= dynamips-[0-9]* +CONFLICTS= dynamips-[0-9]* dynamips-community-[0-9]* LICENSE= GPLv2 USE_GMAKE= yes |