View | Details | Raw Unified | Return to bug 204760 | Differences between
and this patch

Collapse All | Expand All

(-)mail/msmtp/Makefile (-1 / +1 lines)
Lines 59-65 Link Here
59
59
60
.if ${PORT_OPTIONS:MGNOMEKEYRING}
60
.if ${PORT_OPTIONS:MGNOMEKEYRING}
61
CONFIGURE_ARGS+=	--with-gnome-keyring
61
CONFIGURE_ARGS+=	--with-gnome-keyring
62
LIB_DEPENDS+=	libgnome-keyring.so:${PORTSDIR}/security/gnome-keyring
62
LIB_DEPENDS+=	libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring
63
.else
63
.else
64
CONFIGURE_ARGS+=	--without-gnome-keyring
64
CONFIGURE_ARGS+=	--without-gnome-keyring
65
.endif
65
.endif

Return to bug 204760