diff options
author | marcus <marcus@FreeBSD.org> | 2009-02-27 15:16:36 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2009-02-27 15:16:36 +0800 |
commit | 24b1abfe56075a7594ea830bdd36da2d1ba56b75 (patch) | |
tree | d8f98c55489be1c9fb10419dfbff7ce9d6ef719a /devel | |
parent | fe0547c0a1057b33a11b8c16473a333a29e9d207 (diff) | |
download | freebsd-ports-gnome-24b1abfe56075a7594ea830bdd36da2d1ba56b75.tar.gz freebsd-ports-gnome-24b1abfe56075a7594ea830bdd36da2d1ba56b75.tar.zst freebsd-ports-gnome-24b1abfe56075a7594ea830bdd36da2d1ba56b75.zip |
Add a conflict on libproxy.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libmonetra/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/libmonetra/Makefile b/devel/libmonetra/Makefile index 6aed974dfac1..19cdc8d67b37 100644 --- a/devel/libmonetra/Makefile +++ b/devel/libmonetra/Makefile @@ -18,4 +18,6 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_LDCONFIG= yes +CONFLICTS= libproxy-[0-9]* + .include <bsd.port.mk> |