diff options
author | crees <crees@FreeBSD.org> | 2012-06-05 18:09:19 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2012-06-05 18:09:19 +0800 |
commit | b4a34e64f001baff2691f80c86df28376c7a7021 (patch) | |
tree | 3dbd975deec5f8e2fd6a9629e2c9b5ddbf3c079c /databases | |
parent | 6d0dd37e32ac313f034c057aad9f9b746743e0e3 (diff) | |
download | freebsd-ports-gnome-b4a34e64f001baff2691f80c86df28376c7a7021.tar.gz freebsd-ports-gnome-b4a34e64f001baff2691f80c86df28376c7a7021.tar.zst freebsd-ports-gnome-b4a34e64f001baff2691f80c86df28376c7a7021.zip |
Register CONFLICT on p5-Search-Xapian-1.2
Submitted by: Sulev-Madis "ketas" Silber
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-Search-Xapian10/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/p5-Search-Xapian10/Makefile b/databases/p5-Search-Xapian10/Makefile index dd5e700e4efb..37156dc66b5a 100644 --- a/databases/p5-Search-Xapian10/Makefile +++ b/databases/p5-Search-Xapian10/Makefile @@ -21,6 +21,8 @@ LICENSE_COMB= dual BUILD_DEPENDS= xapian-core10>=1.0.22:${PORTSDIR}/databases/xapian-core10 RUN_DEPENDS:= ${BUILD_DEPENDS} +CONFLICTS= p5-Search-Xapian-1.[^0]* + PERL_CONFIGURE= yes CC= ${CXX} |