diff options
author | zi <zi@FreeBSD.org> | 2013-02-15 11:06:24 +0800 |
---|---|---|
committer | zi <zi@FreeBSD.org> | 2013-02-15 11:06:24 +0800 |
commit | 4b6094cbb14215526eadccd5443392360c3ac97c (patch) | |
tree | c6abe5f8acd17ca493d3475304556b4bbb0e8907 /security/openbsm | |
parent | 812d1fa21f4e478f80902abfeca5657c0556d087 (diff) | |
download | freebsd-ports-gnome-4b6094cbb14215526eadccd5443392360c3ac97c.tar.gz freebsd-ports-gnome-4b6094cbb14215526eadccd5443392360c3ac97c.tar.zst freebsd-ports-gnome-4b6094cbb14215526eadccd5443392360c3ac97c.zip |
- Note CONFLICTS with security/openbsm-devel
Diffstat (limited to 'security/openbsm')
-rw-r--r-- | security/openbsm/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/openbsm/Makefile b/security/openbsm/Makefile index 6ecaa751e900..3e8a8f218c7a 100644 --- a/security/openbsm/Makefile +++ b/security/openbsm/Makefile @@ -15,6 +15,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= flz@FreeBSD.org COMMENT= Open Source Basic Security Module (BSM) Audit Implementation +CONFLICTS= openbsm-devel-1.[0-9]* + GNU_CONFIGURE= yes USE_LDCONFIG= yes |