diff options
author | wiz <wiz@pkgsrc.org> | 2016-12-01 14:48:02 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-12-01 14:48:02 +0000 |
commit | 612c03ab6533bcf8f197d23f8fa511f82c4dafaa (patch) | |
tree | 7a4b0de3e4822aa358069ea2323b797bde932d44 /www/horde | |
parent | 57ab5c286c30f161dac7fd882e8ab70bdd442a48 (diff) | |
download | pkgsrc-612c03ab6533bcf8f197d23f8fa511f82c4dafaa.tar.gz |
Fix weird CONFLICTS line.
Diffstat (limited to 'www/horde')
-rw-r--r-- | www/horde/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/horde/Makefile b/www/horde/Makefile index 456843c81df..66b84e90ec5 100644 --- a/www/horde/Makefile +++ b/www/horde/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.77 2016/05/17 10:32:09 fhajny Exp $ +# $NetBSD: Makefile,v 1.78 2016/12/01 14:48:02 wiz Exp $ DISTNAME= horde-3.3.13 PKGREVISION= 2 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.horde.org/ COMMENT= PHP application framework LICENSE= gnu-lgpl-v2 -CONFLICTS+= horde-2.*{,nb*} +CONFLICTS+= horde-2.* .include "../../lang/php/phpversion.mk" |