diff options
author | Olivier Duchateau <olivierd@FreeBSD.org> | 2013-10-15 18:36:02 +0000 |
---|---|---|
committer | Olivier Duchateau <olivierd@FreeBSD.org> | 2013-10-15 18:36:02 +0000 |
commit | 5483a9d67873de1dc452bfef0191dc81f95b6fff (patch) | |
tree | 86377d0e922207e753983679587f0d16a831ac7d /x11/xfce4-terminal/Makefile | |
parent | 3ea297899635674b5ecfefa97c8ff3d23a871285 (diff) |
Notes
Diffstat (limited to 'x11/xfce4-terminal/Makefile')
-rw-r--r-- | x11/xfce4-terminal/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/x11/xfce4-terminal/Makefile b/x11/xfce4-terminal/Makefile index e275824cc313..44963a297de5 100644 --- a/x11/xfce4-terminal/Makefile +++ b/x11/xfce4-terminal/Makefile @@ -14,21 +14,15 @@ COMMENT= Terminal emulator for the X windowing system USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_BZIP2= yes -USE_GMAKE= yes USE_GNOME= gtk20 glib20 intltool intlhack vte libxml2 USE_XFCE= configenv libmenu USE_XORG= x11 -USES= pathfix pkgconfig +USES= pathfix pkgconfig gmake CONFIGURE_ARGS= --without-gnome-default-appsdir 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 sr sv tr ug uk zh_CN - -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} |