diff options
author | garga <garga@FreeBSD.org> | 2009-06-16 19:23:29 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2009-06-16 19:23:29 +0800 |
commit | fa77c157d7930a788303aace81cf0331bdbf0e88 (patch) | |
tree | b2e2cc5bac512e01ffdbfd255f1724d17891c808 | |
parent | 0a2dbfc14b6c86c60019500e07006c7f64425a20 (diff) | |
download | freebsd-ports-gnome-fa77c157d7930a788303aace81cf0331bdbf0e88.tar.gz freebsd-ports-gnome-fa77c157d7930a788303aace81cf0331bdbf0e88.tar.zst freebsd-ports-gnome-fa77c157d7930a788303aace81cf0331bdbf0e88.zip |
Set CONFLICTS between rubygem-geoip and ruby-net-geoip
Reported by: pgollucci
-rw-r--r-- | net/ruby-net-geoip/Makefile | 2 | ||||
-rw-r--r-- | net/rubygem-geoip/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/net/ruby-net-geoip/Makefile b/net/ruby-net-geoip/Makefile index 49f6d37de09a..fab23517f83b 100644 --- a/net/ruby-net-geoip/Makefile +++ b/net/ruby-net-geoip/Makefile @@ -23,6 +23,8 @@ USE_RUBY= yes USE_RUBY_EXTCONF= yes INSTALL_TARGET= site-install +CONFLICTS= rubygem-geoip-[0-9]* + DOCS= README post-install: diff --git a/net/rubygem-geoip/Makefile b/net/rubygem-geoip/Makefile index 6cd42295b1d2..9dd42892ae58 100644 --- a/net/rubygem-geoip/Makefile +++ b/net/rubygem-geoip/Makefile @@ -15,6 +15,8 @@ COMMENT= Geoip implementation for rubygems RUN_DEPENDS= geoiplookup:${PORTSDIR}/net/GeoIP +CONFLICTS= ruby-net-geoip-[0-9]* + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes |