diff options
author | tv <tv@pkgsrc.org> | 2005-06-05 18:05:54 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-06-05 18:05:54 +0000 |
commit | c887a4516baf44a390bc45717c43b2f4103c831a (patch) | |
tree | 51a302ca1d578b4f88eb23d607d012d0d9dcdb55 | |
parent | ff22b74536091b637b27462bfe0c134557435bdf (diff) | |
download | pkgsrc-c887a4516baf44a390bc45717c43b2f4103c831a.tar.gz |
Force libtool-base-1.5.18nb3 on DragonFly.
-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 a2ecac16c71..ecdcfbc9735 100644 --- a/mk/platform/DragonFly.mk +++ b/mk/platform/DragonFly.mk @@ -1,4 +1,4 @@ -# $NetBSD: DragonFly.mk,v 1.16 2005/06/01 18:14:23 jlam Exp $ +# $NetBSD: DragonFly.mk,v 1.17 2005/06/05 18:05:54 tv Exp $ # # Variable definitions for the DragonFly operating system. @@ -52,6 +52,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.18nb3 # for -pthread fix _OPSYS_PERL_REQD= # no base version of perl required _OPSYS_PTHREAD_AUTO= no # -lpthread needed for pthreads _OPSYS_SHLIB_TYPE= ELF/a.out # shared lib type |