diff options
author | Ade Lovett <ade@FreeBSD.org> | 2005-11-15 06:52:12 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2005-11-15 06:52:12 +0000 |
commit | 54a0b86543e9ffa811825f0afecea56e89aac2a5 (patch) | |
tree | f56fb969c6a70f5e63287a4f791d035ab1ef0ddc /devel/libbegemot | |
parent | 1fccb46f1497a538f24ec00f14b7826570bc0a3a (diff) |
Notes
Diffstat (limited to 'devel/libbegemot')
-rw-r--r-- | devel/libbegemot/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/libbegemot/Makefile b/devel/libbegemot/Makefile index 3c1c2d384619..395870c5fa10 100644 --- a/devel/libbegemot/Makefile +++ b/devel/libbegemot/Makefile @@ -16,12 +16,9 @@ COMMENT= A function library for begemot tools GNU_CONFIGURE= yes USE_GMAKE= yes -USE_LIBLTDL= yes +USE_AUTOTOOLS= automake:19:env autoconf:259:env libltdl:15 libtool:15:env INSTALLS_SHLIB= yes -WANT_AUTOCONF_VER= 259 -WANT_AUTOMAKE_VER= 19 -WANT_LIBTOOL_VER= 15 MAN1= cstrc.1 frame.1 getfields.1 intro.1 panic.1 prstat.1 readline.1 \ rpoll.1 strnchr.1 strnlen.1 strsave.1 strtrimsp.1 verb.1 xalloc.1 |