diff options
author | bapt <bapt@FreeBSD.org> | 2014-04-22 17:18:09 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-04-22 17:18:09 +0800 |
commit | 19574eb2dcfb858daaaf3fef3a325c7f95ca2a63 (patch) | |
tree | 8a151f535cada22b5d399614671159a8760917ce | |
parent | 81193fbed1b35496635a455b40739e28732647f7 (diff) | |
download | freebsd-ports-gnome-19574eb2dcfb858daaaf3fef3a325c7f95ca2a63.tar.gz freebsd-ports-gnome-19574eb2dcfb858daaaf3fef3a325c7f95ca2a63.tar.zst freebsd-ports-gnome-19574eb2dcfb858daaaf3fef3a325c7f95ca2a63.zip |
Uses tar:xz
-rw-r--r-- | x11-toolkits/vte/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/vte/Makefile b/x11-toolkits/vte/Makefile index 4719129eccbf..ebd0a06521dd 100644 --- a/x11-toolkits/vte/Makefile +++ b/x11-toolkits/vte/Makefile @@ -12,13 +12,13 @@ DIST_SUBDIR= gnome2 MAINTAINER?= gnome@FreeBSD.org COMMENT?= Gtk 2 based terminal widget with accessibility and I18N support -USE_XZ= yes +USES+= tar:xz .if !defined(REFERENCE_PORT) RUN_DEPENDS+= ${LOCALBASE}/libexec/gnome-pty-helper:${PORTSDIR}/x11-toolkits/gnome-pty-helper -USES= bison gettext gmake libtool pathfix pkgconfig +USES+= bison gettext gmake libtool pathfix pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_GNOME?= gnomeprefix gtk20 introspection:build referencehack |