diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-12-14 04:50:09 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-12-14 04:50:09 +0800 |
commit | 23bbdf1dabc242148565922c6a413fc00de7d4a2 (patch) | |
tree | 98a15fc4115bb16e5a70c042810e1dc75e87a07c /databases | |
parent | 66045b73396e7eb45465f0c03c6f1925e2e7cb07 (diff) | |
download | freebsd-ports-gnome-23bbdf1dabc242148565922c6a413fc00de7d4a2.tar.gz freebsd-ports-gnome-23bbdf1dabc242148565922c6a413fc00de7d4a2.tar.zst freebsd-ports-gnome-23bbdf1dabc242148565922c6a413fc00de7d4a2.zip |
Add CONFLICTS_INSTALL
Diffstat (limited to 'databases')
-rw-r--r-- | databases/py-sqlparse020/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/py-sqlparse020/Makefile b/databases/py-sqlparse020/Makefile index 3ab18545d3a6..2a095fa04ad6 100644 --- a/databases/py-sqlparse020/Makefile +++ b/databases/py-sqlparse020/Makefile @@ -16,4 +16,6 @@ NO_ARCH= yes USES= python USE_PYTHON= autoplist concurrent distutils +CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}sqlparse ${PYTHON_PKGNAMEPREFIX}sqlparse01 + .include <bsd.port.mk> |