diff --git a/mail/enigmail/Makefile b/mail/enigmail/Makefile index ab58c05c8c0..1313f0fb8e6 100644 --- a/mail/enigmail/Makefile +++ b/mail/enigmail/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2007/06/23 09:28:02 steven Exp $ +# $OpenBSD: Makefile,v 1.9 2007/07/27 23:58:17 kurt Exp $ SHARED_ONLY= Yes @@ -6,6 +6,7 @@ COMMENT= "GnuPG extension for Thunderbird" VER= 0.95.1 DISTNAME= enigmail-${VER} +PKGNAME= ${DISTNAME}p0 CATEGORIES= mail security SHARED_LIBS= enigmime 13.0 @@ -25,7 +26,7 @@ BUILD_DEPENDS= ::${THUNDERBIRD_DIR}:configure \ ::archivers/unzip RUN_DEPENDS= ::security/gnupg -LIB_DEPENDS= mozilla-thunderbird/xpcom,mozilla-thunderbird/xpcom_compat,mozilla-thunderbird/xpcom_core:mozilla-thunderbird-2.0.0.4:${THUNDERBIRD_DIR} +LIB_DEPENDS= mozilla-thunderbird/xpcom,mozilla-thunderbird/xpcom_compat,mozilla-thunderbird/xpcom_core:mozilla-thunderbird-2.0.0.5:${THUNDERBIRD_DIR} WANTLIB= c m nspr4 plc4 plds4 USE_X11= Yes