missing wantlib

This commit is contained in:
espie 2005-09-10 10:18:13 +00:00
parent b933feb943
commit 285ec7485b

View File

@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.3 2005/06/13 21:03:01 fgsch Exp $ # $OpenBSD: Makefile,v 1.4 2005/09/10 10:18:13 espie Exp $
COMMENT= "Allows deniable private conversations using GAIM" COMMENT= "Allows deniable private conversations using GAIM"
VERSION= 2.0.2 VERSION= 2.0.2
DISTNAME= gaim-otr-${VERSION} DISTNAME= gaim-otr-${VERSION}
PKGNAME= ${DISTNAME}p0
CATEGORIES= security net CATEGORIES= security net
HOMEPAGE= http://www.cypherpunks.ca/otr/ \ HOMEPAGE= http://www.cypherpunks.ca/otr/ \
@ -21,6 +22,8 @@ RUN_DEPENDS= gaim::net/gaim
LIB_DEPENDS= otr::security/libotr \ LIB_DEPENDS= otr::security/libotr \
gcrypt.12:libgcrypt->=1.2:security/libgcrypt gcrypt.12:libgcrypt->=1.2:security/libgcrypt
WANTLIB= gpg-error iconv intl
USE_X11= Yes USE_X11= Yes
USE_LIBTOOL= Yes USE_LIBTOOL= Yes