diff options
author | sf <sf@FreeBSD.org> | 2002-01-22 23:02:20 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2002-01-22 23:02:20 +0800 |
commit | 0166b3a0195c1f306687e96c7b57e8dc7de6475a (patch) | |
tree | 8523ee2667964e8f2855fa4ab63330ef9f01c0bb /mail | |
parent | a68a21b2494d725902d82bbf319155eb18a7c302 (diff) | |
download | freebsd-ports-gnome-0166b3a0195c1f306687e96c7b57e8dc7de6475a.tar.gz freebsd-ports-gnome-0166b3a0195c1f306687e96c7b57e8dc7de6475a.tar.zst freebsd-ports-gnome-0166b3a0195c1f306687e96c7b57e8dc7de6475a.zip |
chase libgpgme libversion.
PR: 34167
Submitted by: TERAMOTO Masahiro <teramoto@comm.eng.osaka-u.ac.jp>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sylpheed/Makefile | 2 | ||||
-rw-r--r-- | mail/sylpheed2-devel/Makefile | 2 | ||||
-rw-r--r-- | mail/sylpheed2/Makefile | 2 | ||||
-rw-r--r-- | mail/sylpheed3/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile index e4fa03742d7b..681aa212cbc1 100644 --- a/mail/sylpheed/Makefile +++ b/mail/sylpheed/Makefile @@ -30,7 +30,7 @@ USE_IMLIB= yes CONFIGURE_ARGS+=--disable-gdk-pixbuf .endif .if defined(WITH_GPGME) -LIB_DEPENDS+= gpgme.4:${PORTSDIR}/security/gpgme +LIB_DEPENDS+= gpgme.5:${PORTSDIR}/security/gpgme RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg CONFIGURE_ARGS+=--enable-gpgme .else diff --git a/mail/sylpheed2-devel/Makefile b/mail/sylpheed2-devel/Makefile index e4fa03742d7b..681aa212cbc1 100644 --- a/mail/sylpheed2-devel/Makefile +++ b/mail/sylpheed2-devel/Makefile @@ -30,7 +30,7 @@ USE_IMLIB= yes CONFIGURE_ARGS+=--disable-gdk-pixbuf .endif .if defined(WITH_GPGME) -LIB_DEPENDS+= gpgme.4:${PORTSDIR}/security/gpgme +LIB_DEPENDS+= gpgme.5:${PORTSDIR}/security/gpgme RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg CONFIGURE_ARGS+=--enable-gpgme .else diff --git a/mail/sylpheed2/Makefile b/mail/sylpheed2/Makefile index e4fa03742d7b..681aa212cbc1 100644 --- a/mail/sylpheed2/Makefile +++ b/mail/sylpheed2/Makefile @@ -30,7 +30,7 @@ USE_IMLIB= yes CONFIGURE_ARGS+=--disable-gdk-pixbuf .endif .if defined(WITH_GPGME) -LIB_DEPENDS+= gpgme.4:${PORTSDIR}/security/gpgme +LIB_DEPENDS+= gpgme.5:${PORTSDIR}/security/gpgme RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg CONFIGURE_ARGS+=--enable-gpgme .else diff --git a/mail/sylpheed3/Makefile b/mail/sylpheed3/Makefile index e4fa03742d7b..681aa212cbc1 100644 --- a/mail/sylpheed3/Makefile +++ b/mail/sylpheed3/Makefile @@ -30,7 +30,7 @@ USE_IMLIB= yes CONFIGURE_ARGS+=--disable-gdk-pixbuf .endif .if defined(WITH_GPGME) -LIB_DEPENDS+= gpgme.4:${PORTSDIR}/security/gpgme +LIB_DEPENDS+= gpgme.5:${PORTSDIR}/security/gpgme RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg CONFIGURE_ARGS+=--enable-gpgme .else |