diff options
Diffstat (limited to 'sysutils/ddrescue/Makefile')
-rw-r--r-- | sysutils/ddrescue/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/ddrescue/Makefile b/sysutils/ddrescue/Makefile index 53d3ec8488cc..22546ee38b77 100644 --- a/sysutils/ddrescue/Makefile +++ b/sysutils/ddrescue/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ddrescue -DISTVERSION= 1.9 +DISTVERSION= 1.11 CATEGORIES= sysutils MASTER_SITES= GNU @@ -16,7 +16,7 @@ COMMENT= Data recovery tool HAS_CONFIGURE= yes CONFIGURE_ARGS= CC="${CC}" CXX="${CXX}" CFLAGS="${CFLAGS}"\ CXXFLAGS="${CXXFLAGS}" -USE_BZIP2= yes +USE_GZIP= yes PLIST_FILES= bin/${PORTNAME} MAN1= ${PORTNAME}.1 INFO= ${PORTNAME} |