diff options
author | cy <cy@FreeBSD.org> | 2010-01-15 04:06:34 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2010-01-15 04:06:34 +0800 |
commit | d50b45cb8d2832644dfc5e2625853f532c8892ee (patch) | |
tree | 8ed4f98284276f82087d4563164065986e24981f /security | |
parent | 9a3231fa8e630ffc50f10ce3f1050e5cbfba0a49 (diff) | |
download | freebsd-ports-gnome-d50b45cb8d2832644dfc5e2625853f532c8892ee.tar.gz freebsd-ports-gnome-d50b45cb8d2832644dfc5e2625853f532c8892ee.tar.zst freebsd-ports-gnome-d50b45cb8d2832644dfc5e2625853f532c8892ee.zip |
Remove the requirement for automake as it's not needed to build.
Diffstat (limited to 'security')
-rw-r--r-- | security/sudosh3/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/security/sudosh3/Makefile b/security/sudosh3/Makefile index a0a533841fe3..2b7fd90ba7ad 100644 --- a/security/sudosh3/Makefile +++ b/security/sudosh3/Makefile @@ -18,8 +18,6 @@ CONFLICTS= sudosh-* RUN_DEPENDS= sudo:${PORTSDIR}/security/sudo GNU_CONFIGURE= yes -HAS_CONFIGURE= yes -USE_AUTOTOOLS= automake:110 CONFIGURE_ARGS= --bindir="${PREFIX}/bin" CONFIGURE_ARGS+= --sysconfdir="${PREFIX}/etc" |