diff options
author | gahr <gahr@FreeBSD.org> | 2014-03-06 18:08:06 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2014-03-06 18:08:06 +0800 |
commit | d5bba25897c5f1da4be94a863431e627edcf6aed (patch) | |
tree | cd6e9e208edbe0336879039bc8028b5c3483f024 /textproc | |
parent | 8030400597700e8130265875ecddbdb174b44b0e (diff) | |
download | freebsd-ports-gnome-d5bba25897c5f1da4be94a863431e627edcf6aed.tar.gz freebsd-ports-gnome-d5bba25897c5f1da4be94a863431e627edcf6aed.tar.zst freebsd-ports-gnome-d5bba25897c5f1da4be94a863431e627edcf6aed.zip |
- Fix CONFLICTS line
Suggested by: thierry
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/xerces-c3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/xerces-c3/Makefile b/textproc/xerces-c3/Makefile index b80e35e52534..25e6edbdf128 100644 --- a/textproc/xerces-c3/Makefile +++ b/textproc/xerces-c3/Makefile @@ -12,7 +12,7 @@ DISTNAME= xerces-c-${PORTVERSION} MAINTAINER= gahr@FreeBSD.org COMMENT= Validating XML parser from the Apache XML Project -CONFLICTS= xerces_c-[0-9]* xerces-c2-[0-9]* +CONFLICTS= xerces-c2-[0-9]* xerces-c2-devel-[0-9]* USES= gmake pathfix USE_LDCONFIG= yes |