diff options
author | ak <ak@FreeBSD.org> | 2018-01-24 17:41:04 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2018-01-24 17:41:04 +0800 |
commit | f83640f71adb09ac905d475cfdd7d77abb20d399 (patch) | |
tree | ba797ded22b007bb78b89ee5d96b1231449fe6f3 /devel/dmake | |
parent | 680fe73e8fe9cb8d87112e4e2e750964957bd514 (diff) | |
download | freebsd-ports-gnome-f83640f71adb09ac905d475cfdd7d77abb20d399.tar.gz freebsd-ports-gnome-f83640f71adb09ac905d475cfdd7d77abb20d399.tar.zst freebsd-ports-gnome-f83640f71adb09ac905d475cfdd7d77abb20d399.zip |
- Update name of autoreconf WRKSRC variable in comment
- Fix a few ports with invalid USES autoreconf arguments
- Add check for invalid USES autoreconf arguments
Differential Revision: https://reviews.freebsd.org/D14004
Approved by: tijl (autotools maintainer), portmgr (mat)
Diffstat (limited to 'devel/dmake')
-rw-r--r-- | devel/dmake/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/dmake/Makefile b/devel/dmake/Makefile index 4e77f3babe18..07904cff5dab 100644 --- a/devel/dmake/Makefile +++ b/devel/dmake/Makefile @@ -15,7 +15,7 @@ USE_GITHUB= yes GH_ACCOUNT= mohawk2 GH_TAGNAME= e5588b0 -USES= autoreconf:autoconf +USES= autoreconf GNU_CONFIGURE= yes CONFIGURE_ARGS+= --datarootdir=${DATADIR} |