mirror of https://git.FreeBSD.org/ports.git
net-im/{pidgin,libpurple}: Fix Perl packaging and limit Tk version
There are packaging problems with Tk 9.0, so limit to 8.6 for now. PR: 288808
This commit is contained in:
parent
572b2cce23
commit
fa48703a7f
|
@ -94,7 +94,7 @@ CFLAGS+= -Wno-error=incompatible-function-pointer-types
|
|||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MTCLTK}
|
||||
USES+= tk
|
||||
USES+= tk:8.6
|
||||
CFLAGS+= -I${TK_INCLUDEDIR} -I${TCL_INCLUDEDIR}
|
||||
CONFIGURE_ARGS+= --with-tclconfig=${TCL_LIBDIR} \
|
||||
--with-tkconfig=${TK_LIBDIR}
|
||||
|
|
|
@ -144,7 +144,7 @@ lib/libpurple.so.0.%%SHLIB_VERSION%%
|
|||
libdata/pkgconfig/purple.pc
|
||||
%%CONSOLEUI%%man/man1/finch.1.gz
|
||||
%%GTKUI%%man/man1/pidgin.1.gz
|
||||
%%PERLMAN:%%man/man3/Purple.3.gz
|
||||
%%PERLMAN:%%share/man/man3/Purple.3.gz
|
||||
share/aclocal/purple.m4
|
||||
share/locale/af/LC_MESSAGES/pidgin.mo
|
||||
share/locale/am/LC_MESSAGES/pidgin.mo
|
||||
|
|
|
@ -78,7 +78,7 @@ lib/pidgin/xmppconsole.so
|
|||
lib/pidgin/xmppdisco.so
|
||||
libdata/pkgconfig/pidgin.pc
|
||||
share/man/man1/pidgin.1.gz
|
||||
%%PERLMAN:%%man/man3/Pidgin.3.gz
|
||||
%%PERLMAN:%%share/man/man3/Pidgin.3.gz
|
||||
share/applications/pidgin.desktop
|
||||
share/icons/hicolor/16x16/apps/pidgin.png
|
||||
share/icons/hicolor/22x22/apps/pidgin.png
|
||||
|
|
Loading…
Reference in New Issue