diff options
author | Olivier Duchateau <olivierd@FreeBSD.org> | 2013-05-08 15:31:34 +0000 |
---|---|---|
committer | Olivier Duchateau <olivierd@FreeBSD.org> | 2013-05-08 15:31:34 +0000 |
commit | 9941f2f4f80462f59a82a942f3b31819a03856a9 (patch) | |
tree | 74ce65d306f88a21f8a8ad4573a0b1031014ac21 /x11/xfce4-terminal/Makefile | |
parent | af01fea3709554c2a89916ac7543f2fa932bec5f (diff) |
Notes
Diffstat (limited to 'x11/xfce4-terminal/Makefile')
-rw-r--r-- | x11/xfce4-terminal/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/x11/xfce4-terminal/Makefile b/x11/xfce4-terminal/Makefile index fe0c8074c73c..d2dd457708f0 100644 --- a/x11/xfce4-terminal/Makefile +++ b/x11/xfce4-terminal/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xfce4-terminal -PORTVERSION= 0.6.1 +PORTVERSION= 0.6.2 CATEGORIES= x11 xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR= src/apps/${PORTNAME}/${PORTVERSION:R} @@ -15,11 +15,10 @@ USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_BZIP2= yes USE_GMAKE= yes -USE_GNOME= gnomehack gtk20 glib20 intltool intlhack vte \ - libxml2 desktopfileutils +USE_GNOME= gtk20 glib20 intltool intlhack vte libxml2 USE_XFCE= configenv libmenu USE_XORG= x11 -USES= pkgconfig +USES= pathfix pkgconfig CONFIGURE_ARGS= --without-gnome-default-appsdir @@ -27,7 +26,7 @@ OPTIONS_DEFINE= NLS MAN1= xfce4-terminal.1 MANLANG= "" ar ca da de el es fr gl id it ja ko lt \ - pl pt pt_BR ru sv tr ug uk zh_CN + pl pt pt_BR ru sr sv tr ug uk zh_CN .include <bsd.port.options.mk> @@ -48,7 +47,4 @@ post-patch: s|po \\|terminal|' ${WRKSRC}/Makefile.in .endif -post-install: - @-update-desktop-database - .include <bsd.port.mk> |