diff options
author | tv <tv@pkgsrc.org> | 2006-02-06 18:58:33 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2006-02-06 18:58:33 +0000 |
commit | 239bd127087a3dad3fbca39be063b460a8bd5d37 (patch) | |
tree | fc8401a92fda176aa736c57995fd6bf74e423c64 | |
parent | 8811d4b2aa82169242d480b329a41b4d6ecef08d (diff) | |
download | pkgsrc-239bd127087a3dad3fbca39be063b460a8bd5d37.tar.gz |
Set required libtool version to 1.5.22nb1, to skip regression issue in the
original 1.5.22 package.
-rw-r--r-- | mk/platform/DragonFly.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/platform/DragonFly.mk b/mk/platform/DragonFly.mk index 46aab24a835..bb12b97bc84 100644 --- a/mk/platform/DragonFly.mk +++ b/mk/platform/DragonFly.mk @@ -1,4 +1,4 @@ -# $NetBSD: DragonFly.mk,v 1.24 2006/01/12 23:43:57 jlam Exp $ +# $NetBSD: DragonFly.mk,v 1.25 2006/02/06 18:58:33 tv Exp $ # # Variable definitions for the DragonFly operating system. @@ -63,6 +63,7 @@ _OPSYS_HAS_INET6= no # IPv6 is not standard _OPSYS_HAS_JAVA= no # Java is not standard _OPSYS_HAS_MANZ= yes # MANZ controls gzipping of man pages _OPSYS_HAS_OSSAUDIO= yes # libossaudio is available +_OPSYS_LIBTOOL_REQD= 1.5.22nb1 _OPSYS_PERL_REQD= # no base version of perl required _OPSYS_PTHREAD_AUTO= no # -lpthread needed for pthreads _OPSYS_SHLIB_TYPE= ELF # shared lib type |