diff options
author | lofi <lofi@FreeBSD.org> | 2004-12-13 20:29:16 +0000 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-12-13 20:29:16 +0000 |
commit | 5caa538fd27a10bb39323df63e7f67004e66b697 (patch) | |
tree | 970b57ca7f29fe39dac6a1d42ee05bec81c6f7fe /security/gpgme03 | |
parent | fdea3d857ca2160d09a48100c8d2ea5a26a8082e (diff) | |
download | FreeBSD-ports-5caa538fd27a10bb39323df63e7f67004e66b697.zip FreeBSD-ports-5caa538fd27a10bb39323df63e7f67004e66b697.tar.gz |
gpgme and gpgme03 are conflicting ports.
Diffstat (limited to 'security/gpgme03')
-rw-r--r-- | security/gpgme03/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/gpgme03/Makefile b/security/gpgme03/Makefile index 1d06e7f..afabb2a 100644 --- a/security/gpgme03/Makefile +++ b/security/gpgme03/Makefile @@ -18,6 +18,8 @@ COMMENT= A library to make access to GnuPG easier BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg LIB_DEPENDS= pth.20:${PORTSDIR}/devel/pth +CONFLICTS= gpgme-1.* + USE_INC_LIBTOOL_VER=13 USE_GMAKE= yes INSTALLS_SHLIB= yes |