chase libgpgme libversion.

PR:		34168
Submitted by:	TERAMOTO Masahiro <teramoto@comm.eng.osaka-u.ac.jp>
This commit is contained in:
FUJISHIMA Satsuki 2002-01-22 15:03:36 +00:00
parent ea9e34af9b
commit 02c390fdde
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=53568
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@ USE_IMLIB= yes
CONFIGURE_ARGS+= --disable-gdk-pixbuf
.endif
.if defined(WITH_GPGME) || defined(WITH_ALL)
LIB_DEPENDS+= gpgme.4:${PORTSDIR}/security/gpgme
LIB_DEPENDS+= gpgme.5:${PORTSDIR}/security/gpgme
RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg
CONFIGURE_ARGS+= --enable-gpgme
.endif

View file

@ -32,7 +32,7 @@ USE_IMLIB= yes
CONFIGURE_ARGS+= --disable-gdk-pixbuf
.endif
.if defined(WITH_GPGME) || defined(WITH_ALL)
LIB_DEPENDS+= gpgme.4:${PORTSDIR}/security/gpgme
LIB_DEPENDS+= gpgme.5:${PORTSDIR}/security/gpgme
RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg
CONFIGURE_ARGS+= --enable-gpgme
.endif