diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-30 05:43:17 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-30 05:43:17 +0800 |
commit | 1cf7c15bcf2522cd43d51dede202cd9250bad11f (patch) | |
tree | 626d2288bada68bcb887f72d08c8de3dfe0595dc /editors | |
parent | d67e1883b6d3deed93b173e9acc01cbe37453ad1 (diff) | |
download | freebsd-ports-gnome-1cf7c15bcf2522cd43d51dede202cd9250bad11f.tar.gz freebsd-ports-gnome-1cf7c15bcf2522cd43d51dede202cd9250bad11f.tar.zst freebsd-ports-gnome-1cf7c15bcf2522cd43d51dede202cd9250bad11f.zip |
Convert some more USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports)
Diffstat (limited to 'editors')
-rw-r--r-- | editors/calligra-l10n-en_GB/Makefile | 2 | ||||
-rw-r--r-- | editors/hte/Makefile | 2 | ||||
-rw-r--r-- | editors/le/Makefile | 2 | ||||
-rw-r--r-- | editors/manedit/Makefile | 2 | ||||
-rw-r--r-- | editors/textedit/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/editors/calligra-l10n-en_GB/Makefile b/editors/calligra-l10n-en_GB/Makefile index 92bd88fa8a29..1b3c00dbb77f 100644 --- a/editors/calligra-l10n-en_GB/Makefile +++ b/editors/calligra-l10n-en_GB/Makefile @@ -10,7 +10,7 @@ COMMENT= British messages and documentation for Calligra CALLIGRA_L10N= en_GB -USE_BZIP2= yes +USES= tar:bzip2 .include "${.CURDIR}/../../editors/calligra-l10n/files/bsd.l10n.mk" .include <bsd.port.mk> diff --git a/editors/hte/Makefile b/editors/hte/Makefile index b396d3327bce..df80ea54880b 100644 --- a/editors/hte/Makefile +++ b/editors/hte/Makefile @@ -13,7 +13,7 @@ COMMENT= File editor/viewer/analyzer for executables LICENSE= GPLv2 -USE_BZIP2= yes +USES= tar:bzip2 GNU_CONFIGURE= yes PLIST_FILES= bin/hte diff --git a/editors/le/Makefile b/editors/le/Makefile index 5e08df474e52..f1c67a817617 100644 --- a/editors/le/Makefile +++ b/editors/le/Makefile @@ -14,7 +14,7 @@ COMMENT= Text editor with block and binary operations LICENSE= GPLv3 -USE_BZIP2= yes +USES= tar:bzip2 GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes diff --git a/editors/manedit/Makefile b/editors/manedit/Makefile index 14c57f0b13b1..2848a59b12fa 100644 --- a/editors/manedit/Makefile +++ b/editors/manedit/Makefile @@ -13,7 +13,7 @@ COMMENT= UNIX manual page editor and viewer WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME} MAKEFILE= Makefile.FreeBSD -USE_BZIP2= yes +USES= tar:bzip2 USE_GNOME= gtk12 MAKE_ARGS= STAGEDIR="$(STAGEDIR)" diff --git a/editors/textedit/Makefile b/editors/textedit/Makefile index ce2a6c080ad8..19b5ee79a155 100644 --- a/editors/textedit/Makefile +++ b/editors/textedit/Makefile @@ -13,7 +13,7 @@ COMMENT= Basic text editor for GNUstep BROKEN= Does not link -USE_BZIP2= yes +USES= tar:bzip2 USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes USE_GNUSTEP_BUILD= yes |