diff options
author | Doug Barton <dougb@FreeBSD.org> | 2012-07-23 06:52:27 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2012-07-23 06:52:27 +0000 |
commit | 8655105e57f18b6dfd26c26d74f00e5cb59045d5 (patch) | |
tree | fdda4c93e534745c72464bc161612e6e2bae611c /security/libotr | |
parent | dcf133892f2bbe6280149262ee800e24a8288177 (diff) | |
download | ports-8655105e57f18b6dfd26c26d74f00e5cb59045d5.tar.gz ports-8655105e57f18b6dfd26c26d74f00e5cb59045d5.zip |
Notes
Diffstat (limited to 'security/libotr')
-rw-r--r-- | security/libotr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/libotr/Makefile b/security/libotr/Makefile index c0140dcbe567..d53a8f6f6abd 100644 --- a/security/libotr/Makefile +++ b/security/libotr/Makefile @@ -20,12 +20,12 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= dougb@FreeBSD.org COMMENT= The portable OTR Messaging Library and toolkit +BUILD_DEPENDS= pkg-config>0:${PORTSDIR}/devel/pkg-config LIB_DEPENDS= gpg-error.0:${PORTSDIR}/security/libgpg-error \ gcrypt:${PORTSDIR}/security/libgcrypt MAKE_JOBS_SAFE= yes -USE_GNOME= pkgconfig USE_AUTOTOOLS= autoconf libtool USE_LDCONFIG= yes |