diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-12-13 20:29:16 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-12-13 20:29:16 +0000 |
commit | 410796b4d5bb0f9a2fc964a30799e6917360346a (patch) | |
tree | f9c13abe97057d1e2b008bbb6916fab259c2b40f /security/gpgme03 | |
parent | Add MANUAL_PACKAGE_BUILD=yes, because otherwise the package build spins (diff) |
gpgme and gpgme03 are conflicting ports.
Notes
Notes:
svn path=/head/; revision=123955
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 1d06e7f2c43a..afabb2a5d6ad 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 |