diff options
author | cy <cy@FreeBSD.org> | 2010-01-14 02:32:44 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2010-01-14 02:32:44 +0800 |
commit | d144077be1a9535c98019997e421818496ead7b0 (patch) | |
tree | ef2e401f5d776a0c69f4d5d7dafd349594faecbf /security | |
parent | cb7f2526fff7b6fd16176f48c902f34237d71148 (diff) | |
download | freebsd-ports-gnome-d144077be1a9535c98019997e421818496ead7b0.tar.gz freebsd-ports-gnome-d144077be1a9535c98019997e421818496ead7b0.tar.zst freebsd-ports-gnome-d144077be1a9535c98019997e421818496ead7b0.zip |
Unbreak, add autotools dependency.
Diffstat (limited to 'security')
-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" |