diff options
author | novel <novel@FreeBSD.org> | 2006-07-07 01:41:23 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2006-07-07 01:41:23 +0800 |
commit | 2f7fcd93f5c1a59518fd9b737829ab348c275451 (patch) | |
tree | ff3a94d23bbbe6d5f6bc57039bc747fe94ef2243 /irc/weechat/Makefile | |
parent | c60cae1e65c11edaaad9dfcc69f4c6703f851c93 (diff) | |
download | freebsd-ports-gnome-2f7fcd93f5c1a59518fd9b737829ab348c275451.tar.gz freebsd-ports-gnome-2f7fcd93f5c1a59518fd9b737829ab348c275451.tar.zst freebsd-ports-gnome-2f7fcd93f5c1a59518fd9b737829ab348c275451.zip |
Chase gnutls shlib version change.
Diffstat (limited to 'irc/weechat/Makefile')
-rw-r--r-- | irc/weechat/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/irc/weechat/Makefile b/irc/weechat/Makefile index 8bdabd1b6854..c267941ea2bb 100644 --- a/irc/weechat/Makefile +++ b/irc/weechat/Makefile @@ -7,6 +7,7 @@ PORTNAME= weechat PORTVERSION= 0.1.9 +PORTREVISION= 1 CATEGORIES= irc MASTER_SITES= http://flashcode.free.fr/flashtux/weechat/ \ http://weechat.flashtux.org/download/ @@ -18,7 +19,7 @@ USE_BZIP2= yes USE_ICONV= yes USE_AUTOTOOLS= autoconf:259 GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --disable-lua MAN1= weechat-curses.1 @@ -57,7 +58,7 @@ PLIST_SUB+= RUBY="@comment " .if defined(WITH_GNUTLS) CONFIGURE_ARGS+= --enable-gnutls -LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls .else CONFIGURE_ARGS+= --disable-gnu-tls .endif |