diff --git a/security/gaim-otr/Makefile b/security/gaim-otr/Makefile index 2e92d02b7e6..ceff67f85d2 100644 --- a/security/gaim-otr/Makefile +++ b/security/gaim-otr/Makefile @@ -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" VERSION= 2.0.2 DISTNAME= gaim-otr-${VERSION} +PKGNAME= ${DISTNAME}p0 CATEGORIES= security net HOMEPAGE= http://www.cypherpunks.ca/otr/ \ @@ -21,6 +22,8 @@ RUN_DEPENDS= gaim::net/gaim LIB_DEPENDS= otr::security/libotr \ gcrypt.12:libgcrypt->=1.2:security/libgcrypt +WANTLIB= gpg-error iconv intl + USE_X11= Yes USE_LIBTOOL= Yes