From 1cf7c15bcf2522cd43d51dede202cd9250bad11f Mon Sep 17 00:00:00 2001 From: adamw Date: Tue, 29 Jul 2014 21:43:17 +0000 Subject: Convert some more USE_BZIP2 to USES=tar:bzip2 Approved by: portmgr (not really, but touches unstaged ports) --- misc/pantry/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc/pantry') diff --git a/misc/pantry/Makefile b/misc/pantry/Makefile index a22aa453764..a650698aa19 100644 --- a/misc/pantry/Makefile +++ b/misc/pantry/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://www.smileystation.com/pantry/downloads/ MAINTAINER= earl@eeg3.net COMMENT= Command-line nutrition analysis program -USE_BZIP2= yes +USES= tar:bzip2 GNU_CONFIGURE= yes .include -- cgit