diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2017-09-18 15:15:52 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2017-09-18 15:15:52 +0000 |
commit | b0bf41fe4d1aec3c78424f34487f4abc68dafc46 (patch) | |
tree | 0df4d90ac2c65b229d106c0f96b59d1a7e750535 /x11/xfce4-terminal/Makefile | |
parent | - Update deskutils/xfce4-tumbler to 0.2.0 [1] (diff) |
- Update x11/xfce4-terminal to 0.8.6
- Silence USES portlint warning
- Rework pkg-message, and add new informations
PR: 220751
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
Notes
Notes:
svn path=/head/; revision=450045
Diffstat (limited to 'x11/xfce4-terminal/Makefile')
-rw-r--r-- | x11/xfce4-terminal/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/xfce4-terminal/Makefile b/x11/xfce4-terminal/Makefile index dfcd6abf930b..fd144e6ab49f 100644 --- a/x11/xfce4-terminal/Makefile +++ b/x11/xfce4-terminal/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= xfce4-terminal -PORTVERSION= 0.8.4 -PORTREVISION= 1 +PORTVERSION= 0.8.6 CATEGORIES= x11 xfce MASTER_SITES= XFCE/src/apps/${PORTNAME}/${PORTVERSION:R} DIST_SUBDIR= xfce4 @@ -16,11 +15,11 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib +USES= gettext gmake pkgconfig tar:bzip2 xfce:gtk3 GNU_CONFIGURE= yes USE_GNOME= gtk30 glib20 cairo gdkpixbuf2 intltool vte3 libxml2 USE_XFCE= libmenu USE_XORG= x11 -USES= gettext gmake pkgconfig tar:bzip2 xfce:gk3 INSTALL_TARGET= install-strip SUB_FILES= pkg-message |