Index: head/sysutils/lxterminal/Makefile =================================================================== --- head/sysutils/lxterminal/Makefile (revision 460463) +++ head/sysutils/lxterminal/Makefile (revision 460464) @@ -1,38 +1,37 @@ # Created by: Kris Moore # $FreeBSD$ PORTNAME= lxterminal PORTVERSION= 0.3.1 CATEGORIES= sysutils MASTER_SITES= SF/lxde/LXTerminal%20%28terminal%20emulator%29/LXTerminal%20${PORTVERSION}/ MAINTAINER= ports@FreeBSD.org COMMENT= Lightweight terminal emulator from the LXDE project -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ - libfreetype.so:print/freetype2 + libfreetype.so:print/freetype2 USES= gmake localbase pkgconfig tar:xz USE_GNOME= gtk20 glib20 cairo vte intltool USE_XORG= x11 xext GNU_CONFIGURE= yes -USE_LDCONFIG= yes - -INSTALLS_ICONS= YES - CONFIGURE_ARGS= --enable-gtk3=no +USE_LDCONFIG= yes +INSTALLS_ICONS= yes OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls NLS_USES_OFF= gettext-tools post-patch-NLS-off: @${REINPLACE_CMD} -e 's|src po|src|' \ ${WRKSRC}/Makefile.in .include Index: head/sysutils/lxterminal/pkg-descr =================================================================== --- head/sysutils/lxterminal/pkg-descr (revision 460463) +++ head/sysutils/lxterminal/pkg-descr (revision 460464) @@ -1,6 +1,6 @@ LXterminal is a VTE-based terminal emulator with support for multiple tabs. It is completely desktop-independent and does not have any unnecessary dependencies. In order to reduce memory usage and increase the performance all instances of the terminal are sharing a single process. -WWW: http://wiki.lxde.org/en/LXTerminal +WWW: https://wiki.lxde.org/en/LXTerminal