diff options
author | antoine <antoine@FreeBSD.org> | 2014-07-30 05:28:36 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-07-30 05:28:36 +0800 |
commit | 19823ca8a19e528d9a4c73a113cacf19a225602e (patch) | |
tree | f33eb2b77c7866c0eedcf2bf3ede4e8a7c7ecd6b /x11-toolkits | |
parent | 6afcad28cc09578cce52d76d3380b91948df10ff (diff) | |
download | freebsd-ports-gnome-19823ca8a19e528d9a4c73a113cacf19a225602e.tar.gz freebsd-ports-gnome-19823ca8a19e528d9a4c73a113cacf19a225602e.tar.zst freebsd-ports-gnome-19823ca8a19e528d9a4c73a113cacf19a225602e.zip |
Unbreak gnome-pty-helper too
Diffstat (limited to 'x11-toolkits')
-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 |