diff options
author | grant <grant> | 2004-11-20 04:38:09 +0000 |
---|---|---|
committer | grant <grant> | 2004-11-20 04:38:09 +0000 |
commit | 503e86b36a716d0fc5fba2ed8d31e609ee413a3e (patch) | |
tree | d0747b7fbd1b036e22f2fda21544653840d91b30 /mk | |
parent | de964088907030216610de9d940a7284ae6681d7 (diff) | |
download | pkgsrc-503e86b36a716d0fc5fba2ed8d31e609ee413a3e.tar.gz |
backout cvs misfire
Diffstat (limited to 'mk')
-rw-r--r-- | mk/platform/OpenBSD.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mk/platform/OpenBSD.mk b/mk/platform/OpenBSD.mk index e16719446e5..1957aa5816f 100644 --- a/mk/platform/OpenBSD.mk +++ b/mk/platform/OpenBSD.mk @@ -1,4 +1,4 @@ -# $NetBSD: OpenBSD.mk,v 1.6 2004/11/20 04:37:08 grant Exp $ +# $NetBSD: OpenBSD.mk,v 1.7 2004/11/20 04:38:09 grant Exp $ # # Variable definitions for the OpenBSD operating system. @@ -125,7 +125,6 @@ _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.6nb1 # base version of libtool required _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 |