diff options
author | bapt <bapt@FreeBSD.org> | 2014-05-26 20:59:55 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-05-26 20:59:55 +0800 |
commit | fdf4771df67e3a92c44c7f7a76c4a900f41fdfaf (patch) | |
tree | e40c333eb8670f3a065e184ece842ed33afd23c1 /mail/gmime24 | |
parent | d2f325af729cfa5cec40b48826c65e436bcf086b (diff) | |
download | freebsd-ports-gnome-fdf4771df67e3a92c44c7f7a76c4a900f41fdfaf.tar.gz freebsd-ports-gnome-fdf4771df67e3a92c44c7f7a76c4a900f41fdfaf.tar.zst freebsd-ports-gnome-fdf4771df67e3a92c44c7f7a76c4a900f41fdfaf.zip |
Convert to USES=tar:xz
Diffstat (limited to 'mail/gmime24')
-rw-r--r-- | mail/gmime24/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/gmime24/Makefile b/mail/gmime24/Makefile index 7d7280eb9c43..5a74807d730c 100644 --- a/mail/gmime24/Makefile +++ b/mail/gmime24/Makefile @@ -19,9 +19,8 @@ SLAVEDIRS= mail/gmime2-sharp DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}24 USE_GNOME?= glib20 -USES= gmake pathfix pkgconfig iconv +USES= gmake pathfix pkgconfig iconv tar:xz USE_LDCONFIG= yes -USE_XZ= yes GNU_CONFIGURE= yes # www.freebsd.org/cgi/query-pr.cgi?pr=118092 # Rename uudecode and uuencode to gmime-* to not conflict with userland |