diff options
author | erwin <erwin@FreeBSD.org> | 2015-02-09 11:20:51 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2015-02-09 11:20:51 +0800 |
commit | d602d5e3de079074bc589d121762d9f8f80334a1 (patch) | |
tree | 1621030a8c2586e310c2738e4148083a65f156a7 /security/softhsm | |
parent | 7adee054774301f9ea6a5fb0a9541d3deb91fa86 (diff) | |
download | freebsd-ports-gnome-d602d5e3de079074bc589d121762d9f8f80334a1.tar.gz freebsd-ports-gnome-d602d5e3de079074bc589d121762d9f8f80334a1.tar.zst freebsd-ports-gnome-d602d5e3de079074bc589d121762d9f8f80334a1.zip |
Add conflicts with new softhsm2 port.
Diffstat (limited to 'security/softhsm')
-rw-r--r-- | security/softhsm/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/softhsm/Makefile b/security/softhsm/Makefile index 7f060116ef55..1f4e5f6c319a 100644 --- a/security/softhsm/Makefile +++ b/security/softhsm/Makefile @@ -22,4 +22,6 @@ INSTALL_TARGET= install-strip USES= libtool USE_LDCONFIG= yes +CONFLICTS= softhsm2-2.0.* + .include <bsd.port.mk> |