diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-07-29 21:28:36 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-07-29 21:28:36 +0000 |
commit | 223b8a5377d53f5da9ed78a4a8edd96f01aa5e46 (patch) | |
tree | f33eb2b77c7866c0eedcf2bf3ede4e8a7c7ecd6b | |
parent | Remove the final usages of USE_XZ from the tree, and replace them with (diff) |
Unbreak gnome-pty-helper too
-rw-r--r-- | x11-toolkits/vte3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/vte3/Makefile b/x11-toolkits/vte3/Makefile index 655f69646794..682d703c932a 100644 --- a/x11-toolkits/vte3/Makefile +++ b/x11-toolkits/vte3/Makefile @@ -15,7 +15,7 @@ DIST_SUBDIR= gnome3 MAINTAINER?= gnome@FreeBSD.org COMMENT?= Gtk 3 based terminal widget with accessibility and I18N support -USES= tar:xz +USES+= tar:xz .if !defined(REFERENCE_PORT) VTE3_SLAVE?= no |