1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00

- Fix dependency when WITH_GPGME is defined

Forgotten by:	marcus
This commit is contained in:
Clement Laforet 2004-12-19 20:04:43 +00:00
parent 7c62b819f6
commit 1667392ad3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=124518
4 changed files with 4 additions and 4 deletions

View File

@ -55,7 +55,7 @@ CONFIGURE_ARGS+=--disable-imlib
CONFIGURE_ARGS+=--disable-gdk-pixbuf
.endif
.if defined(WITH_GPGME)
LIB_DEPENDS+= gpgme.9:${PORTSDIR}/security/gpgme
LIB_DEPENDS+= gpgme.9:${PORTSDIR}/security/gpgme03
RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg
CONFIGURE_ARGS+=--enable-gpgme
.else

View File

@ -55,7 +55,7 @@ CONFIGURE_ARGS+=--disable-imlib
CONFIGURE_ARGS+=--disable-gdk-pixbuf
.endif
.if defined(WITH_GPGME)
LIB_DEPENDS+= gpgme.9:${PORTSDIR}/security/gpgme
LIB_DEPENDS+= gpgme.9:${PORTSDIR}/security/gpgme03
RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg
CONFIGURE_ARGS+=--enable-gpgme
.else

View File

@ -55,7 +55,7 @@ CONFIGURE_ARGS+=--disable-imlib
CONFIGURE_ARGS+=--disable-gdk-pixbuf
.endif
.if defined(WITH_GPGME)
LIB_DEPENDS+= gpgme.9:${PORTSDIR}/security/gpgme
LIB_DEPENDS+= gpgme.9:${PORTSDIR}/security/gpgme03
RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg
CONFIGURE_ARGS+=--enable-gpgme
.else

View File

@ -55,7 +55,7 @@ CONFIGURE_ARGS+=--disable-imlib
CONFIGURE_ARGS+=--disable-gdk-pixbuf
.endif
.if defined(WITH_GPGME)
LIB_DEPENDS+= gpgme.9:${PORTSDIR}/security/gpgme
LIB_DEPENDS+= gpgme.9:${PORTSDIR}/security/gpgme03
RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg
CONFIGURE_ARGS+=--enable-gpgme
.else