diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-05-28 03:42:13 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-05-28 03:42:13 +0800 |
commit | 86162f4965b18f11e615a35ae475197cecb7d0f5 (patch) | |
tree | 1d418c86a9919305f43c1f57d1deb76e4d123fba /www/xapian-omega12 | |
parent | b67ae8ed7de0d485cc4e20fbc40c64d834a6095e (diff) | |
download | freebsd-ports-gnome-86162f4965b18f11e615a35ae475197cecb7d0f5.tar.gz freebsd-ports-gnome-86162f4965b18f11e615a35ae475197cecb7d0f5.tar.zst freebsd-ports-gnome-86162f4965b18f11e615a35ae475197cecb7d0f5.zip |
Fix CONFLICTS_INSTALL
PR: 219388
Submitted by: pawel
Diffstat (limited to 'www/xapian-omega12')
-rw-r--r-- | www/xapian-omega12/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/xapian-omega12/Makefile b/www/xapian-omega12/Makefile index 6fe4f3210d0c..22c55bf2c22b 100644 --- a/www/xapian-omega12/Makefile +++ b/www/xapian-omega12/Makefile @@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpcre.so:devel/pcre \ libxapian.so:databases/xapian-core12 -CONFLICTS_INSTALL= xapian-omega- +CONFLICTS_INSTALL= xapian-omega OPTIONS_DEFINE= DOCS EXAMPLES ICONV OPTIONS_DEFAULT=ICONV |