diff options
| author | Tijl Coosemans <tijl@FreeBSD.org> | 2017-12-23 19:31:00 +0000 |
|---|---|---|
| committer | Tijl Coosemans <tijl@FreeBSD.org> | 2017-12-23 19:31:00 +0000 |
| commit | 958c2c6e91e8399fcde10d58eb8c4ee12c9f0e51 (patch) | |
| tree | c866fabe870a3b006d857a07866dc7fa9595a80a | |
| parent | Add build dependency on autotools. (diff) | |
Convert to USES=autoreconf.
Notes
Notes:
svn path=/head/; revision=457101
| -rw-r--r-- | sysutils/dd_rescue/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/dd_rescue/Makefile b/sysutils/dd_rescue/Makefile index 0ec53a6cfcfc..87afa2402c7d 100644 --- a/sysutils/dd_rescue/Makefile +++ b/sysutils/dd_rescue/Makefile @@ -13,9 +13,9 @@ COMMENT= dd tool suitable for rescuing data from a medium with errors LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= gmake +GNU_CONFIGURE= yes +USES= autoreconf gmake USE_CSTD= gnu89 -USE_AUTOTOOLS= autoconf autoheader WRKSRC= ${WRKDIR}/${PORTNAME} ALL_TARGET= default |
