diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-09 08:21:21 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-11-09 08:21:21 +0000 |
commit | dc33aa59f5cd032431c2eab21c7ac886941ae806 (patch) | |
tree | dc8c628b8d8e6340ca29ce77bba2bbdb3af77e7a /security/pidgin-encryption | |
parent | 33eb2763e068a96f0cf922264886163463b0b170 (diff) | |
download | ports-dc33aa59f5cd032431c2eab21c7ac886941ae806.tar.gz ports-dc33aa59f5cd032431c2eab21c7ac886941ae806.zip |
Notes
Diffstat (limited to 'security/pidgin-encryption')
-rw-r--r-- | security/pidgin-encryption/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/pidgin-encryption/Makefile b/security/pidgin-encryption/Makefile index 7e19bb356b9d..1d6b3c5acaec 100644 --- a/security/pidgin-encryption/Makefile +++ b/security/pidgin-encryption/Makefile @@ -17,8 +17,8 @@ DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} MAINTAINER= ports@c0decafe.net COMMENT= Provides transparent RSA encryption as a Gaim plugin -BUILD_DEPENDS= ${X11BASE}/include/gaim/config.h:${PORTSDIR}/net/gaim -RUN_DEPENDS= gaim:${PORTSDIR}/net/gaim +BUILD_DEPENDS= ${X11BASE}/include/gaim/config.h:${PORTSDIR}/net-im/gaim +RUN_DEPENDS= gaim:${PORTSDIR}/net-im/gaim LIB_DEPENDS= nss3:${PORTSDIR}/security/nss USE_X_PREFIX= yes @@ -43,7 +43,7 @@ PLIST_SUB+= NLS="@comment " pre-everything:: @${ECHO_MSG} "" - @${ECHO_MSG} "WARNING: make sure net/gaim is built with NSS support (it is, by default)" + @${ECHO_MSG} "WARNING: make sure net-im/gaim is built with NSS support (it is, by default)" @${ECHO_MSG} "" @${ECHO_MSG} "" |