Index: head/accessibility/atk/Makefile =================================================================== --- head/accessibility/atk/Makefile (revision 449957) +++ head/accessibility/atk/Makefile (revision 449958) @@ -1,36 +1,35 @@ # Created by: Maxim Sobolev # $FreeBSD$ PORTNAME= atk PORTVERSION= 2.24.0 PORTREVISION?= 0 CATEGORIES= accessibility devel MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME accessibility toolkit (ATK) -LICENSE= LGPL21 +LICENSE= LGPL20+ +LICENSE_FILE= ${WRKSRC}/COPYING USES= tar:xz PORTSCOUT= limitw:1,even .if !defined(REFERENCE_PORT) USE_LDCONFIG= yes GNU_CONFIGURE= yes -USES+= gettext gmake gnome libtool pathfix pkgconfig +USES+= gettext gmake gnome libtool localbase pathfix pkgconfig USE_GNOME= glib20 introspection:build referencehack CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip post-patch: @${REINPLACE_CMD} -e "/^SUBDIRS =/s/tests docs//" \ ${WRKSRC}/Makefile.in .include .endif Index: head/accessibility/atk/pkg-descr =================================================================== --- head/accessibility/atk/pkg-descr (revision 449957) +++ head/accessibility/atk/pkg-descr (revision 449958) @@ -1,5 +1,5 @@ The GNOME Accessibility Toolkit (ATK) contains accessibility widgets, just like GTK contains GUI element widgets. However, ATK's widgets are platform-independent, so they can be used with Qt, Motif, etc. -WWW: http://developer.gnome.org/projects/gap/ +WWW: https://developer.gnome.org/atk/