diff options
author | alane <alane@FreeBSD.org> | 2002-11-27 21:25:31 +0800 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2002-11-27 21:25:31 +0800 |
commit | 429044178eb9777c61b9aae41f3cfabd5bc38167 (patch) | |
tree | c4d7626d3dc97633441ff28de546b4fbe113fadb | |
parent | 76c8ac25e7078bc85dc97d8a054fe92f59aef27f (diff) | |
download | freebsd-ports-gnome-429044178eb9777c61b9aae41f3cfabd5bc38167.tar.gz freebsd-ports-gnome-429044178eb9777c61b9aae41f3cfabd5bc38167.tar.zst freebsd-ports-gnome-429044178eb9777c61b9aae41f3cfabd5bc38167.zip |
Fix to use autoconf the right way. Do NOT put *_DEPENDS entries for autoconf.
It's not gonna work anymore, folks! READ bsd.port.mk comments.
Approved by: kris
-rw-r--r-- | devel/sysconftool/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/sysconftool/Makefile b/devel/sysconftool/Makefile index a61c60176d31..c483d9a1e137 100644 --- a/devel/sysconftool/Makefile +++ b/devel/sysconftool/Makefile @@ -13,11 +13,8 @@ MASTER_SITE_SUBDIR= courier MAINTAINER= yds@CoolRat.org -BUILD_DEPENDS= autoconf213:${PORTSDIR}/devel/autoconf213 \ - automake14:${PORTSDIR}/devel/automake14 - -GNU_CONFIGURE= yes USE_PERL5= yes +USE_AUTOMAKE_VER= 14 MAN1= sysconftool.1 sysconftoolcheck.1 MAN7= sysconftool.7 |