diff options
author | Cy Schubert <cy@FreeBSD.org> | 2010-01-13 18:32:44 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2010-01-13 18:32:44 +0000 |
commit | 16df5dc84a3bc3bbc22b2f9883e15bb30a1b6a06 (patch) | |
tree | 25f654e8c8592e6b80b900935ecd3cd2cd28789c /security/sudosh3 | |
parent | cf6c51f8c8a73b0820c395a75b0f9b609eeee370 (diff) |
Notes
Diffstat (limited to 'security/sudosh3')
-rw-r--r-- | security/sudosh3/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/sudosh3/Makefile b/security/sudosh3/Makefile index 58d0e376ab22..ae7c2446c443 100644 --- a/security/sudosh3/Makefile +++ b/security/sudosh3/Makefile @@ -17,9 +17,8 @@ CONFLICTS= sudosh-* RUN_DEPENDS= sudo:${PORTSDIR}/security/sudo -BROKEN= does not package - GNU_CONFIGURE= yes +USE_AUTOTOOLS= automake:110 CONFIGURE_ARGS= --bindir="${PREFIX}/bin" CONFIGURE_ARGS+= --sysconfdir="${PREFIX}/etc" |