diff options
author | tv <tv> | 2006-02-06 18:58:33 +0000 |
---|---|---|
committer | tv <tv> | 2006-02-06 18:58:33 +0000 |
commit | 8e20cfc68b80639e18b0499aeb752ed5f0ddb02f (patch) | |
tree | fc8401a92fda176aa736c57995fd6bf74e423c64 /mk/platform | |
parent | df67bee2309c3fdd8dfb36d51b20383b1ddcc92a (diff) | |
download | pkgsrc-8e20cfc68b80639e18b0499aeb752ed5f0ddb02f.tar.gz |
Set required libtool version to 1.5.22nb1, to skip regression issue in the
original 1.5.22 package.
Diffstat (limited to 'mk/platform')
-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 |