diff options
author | makc <makc@FreeBSD.org> | 2013-04-03 23:42:37 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2013-04-03 23:42:37 +0800 |
commit | 443a1b0cb700bd13aed1240b7efffdb98bbe6638 (patch) | |
tree | 0ac385e38ae1efdbb88f2e171d58426b015264e2 | |
parent | a92a3bea5695be2e291fd43d82c7d48dc68b6d8c (diff) | |
download | freebsd-ports-gnome-443a1b0cb700bd13aed1240b7efffdb98bbe6638.tar.gz freebsd-ports-gnome-443a1b0cb700bd13aed1240b7efffdb98bbe6638.tar.zst freebsd-ports-gnome-443a1b0cb700bd13aed1240b7efffdb98bbe6638.zip |
- Be precise in CONFLICTS_INSTALL, we want conflicts with strigi before split
(<= 0.7.8_1) only
Reported by: cperciva
Approved by: portmgr (miwi)
-rw-r--r-- | deskutils/strigi/Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/strigi/Makefile.common b/deskutils/strigi/Makefile.common index b4ec06c1ee60..5a721ef3af72 100644 --- a/deskutils/strigi/Makefile.common +++ b/deskutils/strigi/Makefile.common @@ -6,7 +6,7 @@ DISTNAME= strigi-${STRIGI_VERSION} DISTINFO_FILE= ${.CURDIR}/../strigi/distinfo DESCR= ${.CURDIR}/../strigi/pkg-descr -CONFLICTS_INSTALL= strigi-0.* +CONFLICTS_INSTALL= strigi-0.7.[0-7]* strigi-0.7.8 strigi-0.7.8_1 USE_BZIP2= yes USES+= cmake:outsource |