View | Details | Raw Unified | Return to bug 140058
Collapse All | Expand All

(-)gpgme/Makefile (-1 / +6 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	gpgme
8
PORTNAME=	gpgme
9
PORTVERSION=	1.2.0
9
PORTVERSION=	1.2.0
10
PORTREVISION=	1
10
CATEGORIES=	security
11
CATEGORIES=	security
11
MASTER_SITES=	${MASTER_SITE_GNUPG}
12
MASTER_SITES=	${MASTER_SITE_GNUPG}
12
MASTER_SITE_SUBDIR=	gpgme
13
MASTER_SITE_SUBDIR=	gpgme
Lines 45-52 Link Here
45
BUILD_DEPENDS+=	gpg2:${PORTSDIR}/security/gnupg
46
BUILD_DEPENDS+=	gpg2:${PORTSDIR}/security/gnupg
46
RUN_DEPENDS+=	gpg2:${PORTSDIR}/security/gnupg
47
RUN_DEPENDS+=	gpg2:${PORTSDIR}/security/gnupg
47
CONFIGURE_ARGS+=--with-gpg=${LOCALBASE}/bin/gpg2 \
48
CONFIGURE_ARGS+=--with-gpg=${LOCALBASE}/bin/gpg2 \
48
		--with-gpgsm=${LOCALBASE}/bin/gpgsm \
49
		--with-gpgconf=${LOCALBASE}/bin/gpgconf
49
		--with-gpgconf=${LOCALBASE}/bin/gpgconf
50
.if exists(${LOCALBASE}/bin/gpgsm)
51
CONFIGURE_ARGS+=--with-gpgsm=${LOCALBASE}/bin/gpgsm
52
.else
53
CONFIGURE_ARGS+=--with-gpgsm=no
54
.endif
50
.endif
55
.endif
51
56
52
.if defined(WITH_PTH)
57
.if defined(WITH_PTH)

Return to bug 140058