diff options
author | Renato Botelho <garga@FreeBSD.org> | 2016-06-11 19:32:15 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2016-06-11 19:32:15 +0000 |
commit | 05a7cfc7441a7fe1b86b9e4a26113d5273777f74 (patch) | |
tree | 813e4597857327d405f83b5c102660d1f4372dab | |
parent | 27a956cca3fecffbe46865aadcd102969e487356 (diff) | |
download | ports-05a7cfc7441a7fe1b86b9e4a26113d5273777f74.tar.gz ports-05a7cfc7441a7fe1b86b9e4a26113d5273777f74.zip |
Notes
-rw-r--r-- | net/xmlrpc-epi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/xmlrpc-epi/Makefile b/net/xmlrpc-epi/Makefile index fa299c029b52..ecf8a36448ba 100644 --- a/net/xmlrpc-epi/Makefile +++ b/net/xmlrpc-epi/Makefile @@ -27,7 +27,7 @@ PORTDOCS= AUTHORS ChangeLog NEWS README METHODS= TestNormal TestFault TestStruct TestArray TestBoolean \ TestInt TestString TestDouble TestBase64 TestDateTime -CONFLICTS= xmlrpc-c-0.* xmlrpc-c-devel-[0-9]* +CONFLICTS= xmlrpc-c-[0-9]* OPTIONS_DEFINE= DOCS |